aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2014-06-18cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller
2014-06-18vsock: Make transport the proto ownerAndy King
2014-06-18net: sctp: cache auth_enable per endpointVlad Yasevich
2014-06-18Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann
2014-06-18ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-06-18netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin
2014-06-18netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy
2014-04-15Automatically merging tracking-linaro-android-3.14 into merge-linux-linaro-co...Andrey Konovalov
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2014-03-20tcp: syncookies: do not use getnstimeofday()Eric Dumazet
2014-03-19tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall
2014-03-19net: activity_stats: Add statistics for network transmission activityMike Chan
2014-03-19net: socket ioctl to reset connections matching local addressRobert Love
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-06net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic
2014-02-09net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria
2014-02-09net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria
2014-02-09net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria
2014-02-09net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria
2014-02-09net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria
2014-02-09net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso
2014-02-04net: ethoc: set up MII management bus clockMax Filippov
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-01-22rtnetlink: provide api for getting and setting slave infoJiri Pirko
2014-01-22ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann
2014-01-21sctp: remove macros sctp_bh_[un]lock_sockwangweidong
2014-01-21sctp: remove macros sctp_{lock|release}_sockwangweidong
2014-01-21sctp: remove macros sctp_read_[un]lockwangweidong
2014-01-21sctp: remove macros sctp_write_[un]_lockwangweidong
2014-01-21sctp: remove macros sctp_spin_[un]lockwangweidong
2014-01-21sctp: remove macros sctp_local_bh_{disable|enable}wangweidong
2014-01-21sctp: remove macros sctp_spin_[un]lock_irqrestorewangweidong
2014-01-21net: Add GRO support for vxlan trafficOr Gerlitz
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa
2014-01-21net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong