summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_iucv: handle netdev eventsUrsula Braun2012-03-081-44/+62
* Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-03-0841-1353/+3083
|\
| * netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso2012-03-073-16/+256
| * netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso2012-03-075-10/+78
| * netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-0712-0/+1003
| * netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-0710-50/+122
| * netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso2012-03-071-4/+12
| * netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso2012-03-071-14/+13Star
| * netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to arrayPablo Neira Ayuso2012-03-072-18/+37
| * netfilter: ctnetlink: fix lockep splatsHans Schillstrom2012-03-071-16/+24
| * netfilter: xt_LOG: fix bogus extra layer-4 logging informationRichard Weinberger2012-03-071-0/+4
| * netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_eventsTony Zelenoff2012-03-071-26/+29
| * netfilter: nf_ct_ecache: trailing whitespace removedTony Zelenoff2012-03-071-1/+1
| * netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger2012-03-079-1063/+931Star
| * netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-075-1/+101
| * netfilter: ctnetlink: add NAT support for expectationsPablo Neira Ayuso2012-03-071-2/+66
| * netfilter: ctnetlink: allow to set expectation classPablo Neira Ayuso2012-03-071-1/+11
| * netfilter: ctnetlink: allow to set helper for new expectationsPablo Neira Ayuso2012-03-071-1/+29
| * netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-03-074-93/+329
| * netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-0713-60/+60
* | tcp: md5: correct a RCU lockdep splatEric Dumazet2012-03-071-1/+2
|/
* net: Use bool for return value of dev_valid_name().David S. Miller2012-03-061-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-064-13/+19
|\
| * bridge: check return value of ipv6_dev_get_saddr()Ulrich Weber2012-03-051-2/+5
| * rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2012-03-051-8/+10
| * bridge: message age needs to increase, not decrease.Joakim Tjernlund2012-03-051-1/+1
| * bridge: Adjust min age inc for HZ > 256Joakim Tjernlund2012-03-051-2/+2
| * tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell2012-03-031-0/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-03-0517-316/+365
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-0517-316/+365
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-292-1/+4
| | |\ \
| | * | | mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-292-8/+13
| | * | | mac80211: make deauth/disassoc sequence more naturalJohannes Berg2012-02-291-37/+47
| | * | | mac80211: fix ieee80211_set_disassoc() sending DelBAJohannes Berg2012-02-291-3/+3
| | * | | mac80211: dont call cfg80211 from ieee80211_send_deauth_disassocJohannes Berg2012-02-291-33/+38
| | * | | cfg80211: remove cookies from callbacksJohannes Berg2012-02-294-29/+23Star
| | * | | mac80211: remove local_to_hwJohannes Berg2012-02-274-11/+5Star
| | * | | mac80211: fix sta_info_flush() return valueJohannes Berg2012-02-271-1/+3
| | * | | mac80211: fix auth/assoc data & timer leakJohannes Berg2012-02-273-0/+16
| | * | | mac80211: use proper sub_if_data on suspend pathJakub Kicinski2012-02-271-1/+1
| | * | | mac80211: fix associated vs. idle raceJohannes Berg2012-02-271-1/+15
| | * | | mac80211: clean up asm/unaligned.h inclusionJohannes Berg2012-02-276-2/+4
| | * | | mac80211: remove redundant monitor_work enqueueingEliad Peller2012-02-271-1/+0Star
| | * | | mac80211: don't queue monitor work for HW_CONNECTION_MONITOREliad Peller2012-02-271-2/+6
| | * | | cfg80211: restructure AP/GO mode APIJohannes Berg2012-02-224-206/+210
* | | | | net: export netdev_stats_to_stats64Eric Dumazet2012-03-051-4/+5
|/ / / /
* | | | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-053-3/+3
* | | | dccp: fix bug in sequence number validation during connection setupSamuel Jero2012-03-034-18/+26
* | | | dccp ccid-3: replace incorrect BUG_ONGerrit Renker2012-03-031-2/+1Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-014-17/+16Star
|\ \ \ \ | | |_|/ | |/| |