summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend2012-08-161-0/+4
| * | | | | net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend2012-08-161-18/+4
| * | | | | act_mirred: do not drop packets when fails to mirror itJason Wang2012-08-161-6/+5
| * | | | | net: fix info leak in compat dev_ifconf()Mathias Krause2012-08-161-0/+1
| * | | | | ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-08-161-0/+1
| * | | | | dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause2012-08-161-0/+1
| * | | | | dccp: check ccid before dereferencingMathias Krause2012-08-161-2/+2
| * | | | | llc: fix info leak via getsockname()Mathias Krause2012-08-161-2/+1
| * | | | | l2tp: fix info leak via getsockname()Mathias Krause2012-08-161-0/+1
| * | | | | Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause2012-08-161-0/+1
| * | | | | Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause2012-08-161-0/+1
| * | | | | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause2012-08-161-1/+1
| * | | | | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause2012-08-161-0/+1
| * | | | | Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause2012-08-161-0/+1
| * | | | | Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause2012-08-161-0/+1
| * | | | | atm: fix info leak via getsockname()Mathias Krause2012-08-161-0/+1
| * | | | | atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause2012-08-161-0/+1
| * | | | | bridge: fix rcu dereference outside of rcu_read_lockStephen Hemminger2012-08-161-1/+2
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-155-18/+37
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-145-18/+37
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-08-105-18/+37
| | | |\ \ \
| | | | * | | Bluetooth: Fix socket not getting freed if l2cap channel create failsJaganath Kanakkassery2012-08-061-1/+1
| | | | * | | Bluetooth: smp: Fix possible NULL dereferenceAndrei Emeltchenko2012-08-061-1/+4
| | | | * | | Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany2012-08-061-0/+2
| | | | * | | Bluetooth: Fix using a NULL inquiry cache entryRam Malovany2012-08-061-5/+11
| | | | * | | Bluetooth: Fix using NULL inquiry entryRam Malovany2012-08-061-0/+3
| | | | * | | Bluetooth: Fix legacy pairing with some devicesSzymon Janc2012-08-062-1/+7
| | | | * | | Bluetooth: Fix possible deadlock in SCO codeGustavo Padovan2012-08-061-10/+9
| * | | | | | ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-08-151-3/+1
| * | | | | | llc: Fix races between llc2 handler use and (un)registrationBen Hutchings2012-08-152-5/+18
| * | | | | | llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings2012-08-152-3/+4
| * | | | | | llc2: Fix silent failure of llc_station_init()Ben Hutchings2012-08-151-17/+2
| * | | | | | net: ipv6: proc: Fix error handlingIgor Maravic2012-08-141-2/+2
| * | | | | | ipv4: Cache local output routesYan, Zheng2012-08-141-1/+0
| * | | | | | netpoll: re-enable irq in poll_napi()Amerigo Wang2012-08-141-1/+9
| * | | | | | netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang2012-08-141-0/+15
| * | | | | | vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang2012-08-141-7/+20
| * | | | | | vlan: clean up some variable namesAmerigo Wang2012-08-141-6/+6
| * | | | | | netpoll: check netpoll tx status on the right deviceAmerigo Wang2012-08-141-1/+1
| * | | | | | bridge: use list_for_each_entry() in netpoll functionsAmerigo Wang2012-08-141-5/+4
| * | | | | | bridge: add some comments for NETDEV_RELEASEAmerigo Wang2012-08-141-0/+4
| * | | | | | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang2012-08-141-14/+17
| * | | | | | netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang2012-08-141-2/+1
| * | | | | | netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-143-20/+34
| * | | | | | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-145-16/+17
| |/ / / / /
| * | | | | af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net2012-08-121-1/+0
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-113-1/+7
| |\ \ \ \ \
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-103-1/+7
| | |\| | | |
| | | * | | | cfg80211: process pending events when unregistering net deviceDaniel Drake2012-08-063-1/+7
| | | |/ / /
| * | / / / ipv4: fix ip_send_skb()Eric Dumazet2012-08-102-4/+3
| |/ / / /