aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAge
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-12-28
|\
| * netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2012-12-24
| * netfilter: xt_CT: fix crash while destroy ct templatesPablo Neira Ayuso2012-12-16
* | netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan2012-12-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-19
|\|
| * inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2012-12-14
| * ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong2012-12-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-17
|\ \ | |/ |/|
| * proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-20
| * userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-19
| * netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\ \
| * | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-19
| * | various: Fix spelling of "registered" in comments.Adam Buchbinder2012-11-19
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-12
|\ \
| * | ndisc: Unexport ndisc_{build,send}_skb().YOSHIFUJI Hideaki2012-12-12
| * | pkt_sched: avoid requeues if possibleEric Dumazet2012-12-12
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-12-11
| |\ \
| | * \ Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-11
| | |\ \
| | | * | mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2012-12-05
| * | | | net: fix a race in gro_cell_poll()Eric Dumazet2012-12-11
| * | | | sctp: Add RCU protection to assoc->transport_addr_listThomas Graf2012-12-07
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-12-07
| |\| | |
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-12-06
| | |\| |
| | | * | mac80211: Fix typo in mac80211.hSimon Wunderlich2012-12-03
| | | * | cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-30
| | | * | mac80211: remove probe response temporary buffer allocationJohannes Berg2012-11-30
| | | * | nl80211: support P2P GO powersave configurationJohannes Berg2012-11-27
| | | * | mac80211: support (partial) VHT radiotap informationJohannes Berg2012-11-27
| | | * | cfg80211: rework chandef checking and export itJohannes Berg2012-11-27
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-12-03
| | |\ \ \
| | | * | | Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCSAndrei Emeltchenko2012-12-03
| | | * | | Bluetooth: AMP: Check that AMP is present and activeAndrei Emeltchenko2012-12-03
| | | * | | Bluetooth: Move double negation to macrosGustavo Padovan2012-12-03
| | | * | | Bluetooth: Implement deferred sco socket setupFrédéric Dalleau2012-12-03
| * | | | | netconf: advertise mc_forwarding statusNicolas Dichtel2012-12-04
| * | | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-12-04
| |\ \ \ \ \
| | * | | | | netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik2012-12-03
| | * | | | | netfilter: kill support for per-af queue backendsFlorian Westphal2012-12-03
| | * | | | | netfilter: nf_conntrack: improve nf_conn object traceabilityPablo Neira Ayuso2012-12-03
| * | | | | | sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari2012-12-03
| |/ / / / /
| * | | | | net: fix sparse endianness warnings on sock_commonEric Dumazet2012-12-02
| * | | | | ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani2012-12-01
| * | | | | net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-30
| * | | | | rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen2012-11-30
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-11-30
| |\ \ \ \ \
| | * | | | | ipv6: improve ipv6_find_hdr() to skip empty routing headersAnsis Atteka2012-11-12
| | * | | | | ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross2012-11-09
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-28
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-26
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |