summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-06-01net: sctp: cache auth_enable per endpointVlad Yasevich1-1/+3
2014-06-01Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann1-1/+13
2014-06-01ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5
2014-06-01netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2014-06-01netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy1-0/+10
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-1/+3
2014-03-21tcp: syncookies: do not use getnstimeofday()Eric Dumazet1-5/+6
2014-03-12tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2014-03-07net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski1-1/+0
2014-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+11
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet1-1/+2
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-0/+1
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert1-0/+11
2014-02-17net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic1-13/+1
2014-02-10net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria1-0/+8
2014-02-10net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria1-0/+2
2014-02-10net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria1-0/+8
2014-02-10net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria1-0/+3
2014-02-10net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria1-0/+2
2014-02-10net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria1-0/+2
2014-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+32
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso1-4/+0
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-0/+8
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy1-0/+17
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy1-0/+5
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso1-0/+2
2014-02-05net: ethoc: set up MII management bus clockMax Filippov1-0/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds91-493/+1429
2014-01-24Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-11/+11
2014-01-23rtnetlink: provide api for getting and setting slave infoJiri Pirko1-0/+14
2014-01-23ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail1-2/+3
2014-01-22reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-1/+2
2014-01-22net: introduce reciprocal_scale helper and convert usersDaniel Borkmann1-3/+1
2014-01-22sctp: remove macros sctp_bh_[un]lock_sockwangweidong1-4/+0
2014-01-22sctp: remove macros sctp_{lock|release}_sockwangweidong1-2/+0
2014-01-22sctp: remove macros sctp_read_[un]lockwangweidong1-4/+0
2014-01-22sctp: remove macros sctp_write_[un]_lockwangweidong1-2/+0
2014-01-22sctp: remove macros sctp_spin_[un]lockwangweidong1-4/+2
2014-01-22sctp: remove macros sctp_local_bh_{disable|enable}wangweidong1-2/+0
2014-01-22sctp: remove macros sctp_spin_[un]lock_irqrestorewangweidong1-5/+2
2014-01-22net: Add GRO support for vxlan trafficOr Gerlitz1-0/+1
2014-01-22net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-0/+3
2014-01-22ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa1-0/+2
2014-01-22net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong1-1/+1
2014-01-22net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong1-2/+2
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-18/+1
2014-01-20net_sched: act: remove capab from struct tc_action_opsWANG Cong1-2/+0
2014-01-20ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa3-4/+14
2014-01-20ipv6: add flowlabel_consistency sysctlFlorent Fourcot1-0/+1
2014-01-20ipv6: add a flag to get the flow label used remotlyFlorent Fourcot1-1/+2