summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller2010-01-181-1/+6
* mac80211: fix skb buffering issue (and fixes to that)Johannes Berg2010-01-186-32/+126
* mac80211: add missing sanity checks for action framesFelix Fietkau2010-01-182-1/+7
* cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez2010-01-181-1/+1
* netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy2010-01-181-9/+9
* netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal2010-01-181-0/+6
* sunrpc: on successful gss error pipe write, don't return errorJeff Layton2010-01-181-1/+16
* SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust2010-01-181-1/+1
* SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust2010-01-181-1/+3
* sunrpc: fix peername failed on closed listenerXiaotian Feng2010-01-181-1/+2
* netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2010-01-062-4/+23
* ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2010-01-063-6/+19
* mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2010-01-061-0/+1
* cfg80211: fix race between deauth and assoc responseJohannes Berg2010-01-061-1/+12
* mac80211: Fix IBSS mergeSujith2010-01-061-0/+4
* mac80211: fix WMM AP settings applicationJohannes Berg2010-01-061-0/+8
* mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez2010-01-061-0/+12
* ipvs: zero usvc and udestSimon Horman2009-12-181-0/+4
* net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2009-12-182-3/+12
* mac80211: Fix dynamic power save for scanning.Vivek Natarajan2009-12-182-4/+17
* ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy2009-12-181-1/+1
* wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPECJohn W. Linville2009-12-181-1/+2
* mac80211: fix scan abort sanity checksJohannes Berg2009-12-181-4/+8
* mac80211: Revert 'Use correct sign for mesh active path refresh'Javier Cardona2009-12-182-3/+4
* mac80211: Fixed bug in mesh portal pathsJavier Cardona2009-12-181-1/+0
* mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan2009-12-181-1/+1
* SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin2009-12-181-1/+1
* Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds2009-11-304-18/+13
|\
| * mac80211: fix spurious delBA handlingJohannes Berg2009-11-303-13/+12
| * mac80211: fix two remote exploitsJohannes Berg2009-11-302-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-3012-62/+56
|\ \
| * | ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL...David Ford2009-11-291-1/+1
| * | sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-293-14/+2
| |/
| * pktgen: Fix netdevice unregisterEric Dumazet2009-11-241-5/+11
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-234-20/+26
| |\
| | * rfkill: fix miscdev opsJohannes Berg2009-11-231-0/+1
| | * mac80211: fix resumeJohannes Berg2009-11-192-10/+17
| | * mac80211: fix addba timer (again...)Johannes Berg2009-11-181-10/+8
| * | pktgen: Fix device name comparesEric Dumazet2009-11-231-8/+10
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-11-231-1/+1
| |\ \
| | * | netfilter: xt_limit: fix invalid return code in limit_mt_check()Patrick McHardy2009-11-231-1/+1
| | * | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Wu Fengguang2009-11-131-13/+5
| | * | netfilter: xt_osf: fix xt_osf_remove_callback() return valueRoel Kluin2009-11-131-1/+1
| * | | netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy2009-11-191-13/+5
| * | | netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy2009-11-191-1/+1
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-11-191-10/+8
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()Chuck Lever2009-11-141-10/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-1811-45/+75
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | vlan: Fix register_vlan_dev() error pathEric Dumazet2009-11-171-2/+5
| * | gro: Fix illegal merging of trailer trashHerbert Xu2009-11-171-1/+2