summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vlan: Fix register_vlan_dev() error pathEric Dumazet2009-11-171-2/+5
* gro: Fix illegal merging of trailer trashHerbert Xu2009-11-171-1/+2
* net: Fix the rollback test in dev_change_name()Eric Dumazet2009-11-161-5/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-11-152-4/+10
|\
| * Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan2009-11-161-3/+8
| * Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan2009-11-161-1/+1
| * Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko2009-11-161-0/+1
* | ipmr: missing dev_put() on error path in vif_add()Dan Carpenter2009-11-131-1/+3
* | sctp: Set socket source address when additing first transportVlad Yasevich2009-11-131-1/+2
* | sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich2009-11-131-5/+13
* | sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-133-19/+22
* | tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen2009-11-131-7/+12
|/
* can: should not use __dev_get_by_index() without locksEric Dumazet2009-11-081-7/+12
* ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu2009-11-061-15/+17
* netfilter: xt_connlimit: fix regression caused by zero family valueJan Engelhardt2009-11-061-6/+4
* decnet: netdevice refcount leakEric Dumazet2009-11-061-4/+3
* netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2009-11-064-49/+60
* rose: device refcount leakEric Dumazet2009-11-051-10/+6
* bridge: prevent bridging wrong deviceStephen Hemminger2009-11-051-1/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-025-15/+25
|\
| * mac80211: check interface is down before type changeJohannes Berg2009-11-021-3/+3
| * cfg80211: fix NULL ptr derefJohannes Berg2009-11-021-2/+5
| * mac80211: fix reason code output endiannessJohannes Berg2009-10-301-1/+1
| * mac80211: fix addba timerJohannes Berg2009-10-301-7/+12
| * mac80211: fix BSS leakJohannes Berg2009-10-301-2/+4
* | gre: Fix dev_addr clobbering for gretapHerbert Xu2009-10-301-12/+16
* | net: fix sk_forward_alloc corruptionEric Dumazet2009-10-304-12/+16
|/
* net: Fix RPF to work with policy routingjamal2009-10-292-5/+8
* net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas2009-10-291-4/+1
* AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman2009-10-291-7/+17
* mac80211: fix for incorrect sequence number on hostapd injected framesBjörn Smedman2009-10-271-1/+1
* mac80211: trivial: fix spelling in mesh_hwmpAndrey Yurovsky2009-10-271-1/+1
* cfg80211: sme: deauthenticate on assoc failureJohannes Berg2009-10-273-2/+29
* mac80211: keep auth state when assoc failsJohannes Berg2009-10-271-2/+1
* mac80211: fix ibss joiningReinette Chatre2009-10-271-4/+2
* pktgen: Dont leak kernel memoryEric Dumazet2009-10-241-5/+10
* net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven2009-10-221-3/+3
* tcp: Try to catch MSG_PEEK bugHerbert Xu2009-10-201-1/+3
* net: Fix IP_MULTICAST_IFEric Dumazet2009-10-192-5/+8
* bluetooth: static lock key fixDave Young2009-10-191-3/+6
* bluetooth: scheduling while atomic bug fixDave Young2009-10-191-2/+2
* tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov2009-10-191-12/+43
* tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov2009-10-191-3/+31
* tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov2009-10-191-2/+2
* Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller2009-10-191-1/+0
* AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama2009-10-181-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-132-2/+4
|\
| * mac80211: document ieee80211_rx() context requirementJohannes Berg2009-10-121-0/+2
| * mac80211: fix ibss raceJohannes Berg2009-10-121-1/+1
| * mac80211: fix logic error ibss merge bssid checkFelix Fietkau2009-10-121-1/+1
OpenPOWER on IntegriCloud