summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/p...Jiri Kosina
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet
2014-10-06net/mlx4_en: Code cleanups in tx pathEric Dumazet
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou
2014-10-06sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-10-04Removed unused inet6 address stateSébastien Barré
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian
2014-10-03ip_tunnel: Add GUE supportTom Herbert
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert
2014-10-03net/mlx5_core: Identify resources by their typeEli Cohen
2014-10-03net/mlx5_core: use set/get macros in device capsEli Cohen
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen
2014-10-03net/mlx5_core: Update device capabilities handlingEli Cohen
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-10-03dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer
2014-10-03Merge branch 'next' into for-linusDmitry Torokhov
2014-10-03Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to...Mark Brown
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King
2014-10-02ARM: 8168/1: extend __init_end to a page align addressYalin Wang
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-02wil6210: atomic I/O for the card memoryVladimir Kondratiev
2014-10-02ipvs: Clean up comment style in ip_vs.hSimon Horman
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2014-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-01net: phy: add BCM7425 and BCM7429 PHYsPetri Gynther
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong
2014-10-01udp: Generalize skb_udp_segmentTom Herbert
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet
2014-10-01scsi: fix the type for well known LUsSubhash Jadavani
2014-10-01HID: wacom: implement generic HID handling for pen generic devicesBenjamin Tissoires
2014-09-30f2fs: introduce FITRIM in f2fs_ioctlJaegeuk Kim
2014-09-30f2fs: introduce cp_control structureJaegeuk Kim
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing