summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* wimax: Spelling s/than/that/, wording s/destinatary/recipient/Geert Uytterhoeven2014-05-051-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-20101-531/+1500
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-3/+3
* | | ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-281-1/+3
* | | tcp: syncookies: do not use getnstimeofday()Eric Dumazet2014-03-201-5/+6
* | | tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-0/+5
* | | net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski2014-03-061-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-271-0/+11
|\ \ \
| * | | xfrm: Clone states properly on migrationSteffen Klassert2014-02-201-0/+11
* | | | net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-221-1/+2
* | | | sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-201-0/+1
|/ / /
* | | net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's...Matija Glavinic Pecotic2014-02-171-13/+1
| |/ |/|
* | net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria2014-02-091-0/+8
* | net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria2014-02-091-0/+2
* | net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria2014-02-091-0/+8
* | net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria2014-02-091-0/+3
* | net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria2014-02-091-0/+2
* | net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria2014-02-091-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-093-4/+32
|\ \
| * | netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso2014-02-061-4/+0
| * | netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-0/+8
| * | netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-061-0/+17
| * | netfilter: nf_tables: add AF specific expression supportPatrick McHardy2014-02-061-0/+5
| * | netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso2014-02-051-0/+2
* | | net: ethoc: set up MII management bus clockMax Filippov2014-02-041-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2591-493/+1429
|\ \
| * | rtnetlink: provide api for getting and setting slave infoJiri Pirko2014-01-221-0/+14
| * | ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail2014-01-221-2/+3
| * | reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-211-1/+2
| * | net: introduce reciprocal_scale helper and convert usersDaniel Borkmann2014-01-211-3/+1
| * | sctp: remove macros sctp_bh_[un]lock_sockwangweidong2014-01-211-4/+0
| * | sctp: remove macros sctp_{lock|release}_sockwangweidong2014-01-211-2/+0
| * | sctp: remove macros sctp_read_[un]lockwangweidong2014-01-211-4/+0
| * | sctp: remove macros sctp_write_[un]_lockwangweidong2014-01-211-2/+0
| * | sctp: remove macros sctp_spin_[un]lockwangweidong2014-01-211-4/+2
| * | sctp: remove macros sctp_local_bh_{disable|enable}wangweidong2014-01-211-2/+0
| * | sctp: remove macros sctp_spin_[un]lock_irqrestorewangweidong2014-01-211-5/+2
| * | net: Add GRO support for vxlan trafficOr Gerlitz2014-01-211-0/+1
| * | net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-211-0/+3
| * | ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-211-0/+2
| * | net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()WANG Cong2014-01-211-1/+1
| * | net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong2014-01-211-2/+2
| * | net_sched: act: remove capab from struct tc_action_opsWANG Cong2014-01-191-2/+0
| * | ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-193-4/+14
| * | ipv6: add flowlabel_consistency sysctlFlorent Fourcot2014-01-191-0/+1
| * | ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-191-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-1/+0
| |\ \
| * | | ipv4: fix a dst leak in tunnelsEric Dumazet2014-01-171-1/+0
| * | | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-171-3/+3
OpenPOWER on IntegriCloud