summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-08-15llc: fix info leak via getsockname()Mathias Krause
2012-08-15l2tp: fix info leak via getsockname()Mathias Krause
2012-08-15Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause
2012-08-15atm: fix info leak via getsockname()Mathias Krause
2012-08-15atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause
2012-08-15bridge: fix rcu dereference outside of rcu_read_lockStephen Hemminger
2012-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-14ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings
2012-08-14net: ipv6: proc: Fix error handlingIgor Maravic
2012-08-14ipv4: Cache local output routesYan, Zheng
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang
2012-08-14netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang
2012-08-14vlan: clean up some variable namesAmerigo Wang
2012-08-14netpoll: check netpoll tx status on the right deviceAmerigo Wang
2012-08-14bridge: use list_for_each_entry() in netpoll functionsAmerigo Wang
2012-08-14bridge: add some comments for NETDEV_RELEASEAmerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-14netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso
2012-08-12af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net
2012-08-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-10netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy
2012-08-10netfilter: nf_ct_sip: fix helper namePatrick McHardy
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet
2012-08-09ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet
2012-08-09tcp: must free metrics at net dismantleEric Dumazet
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-08-08batman-adv: Fix mem leak in the batadv_tt_local_event() functionJesper Juhl
2012-08-08sched: add missing group change to qfq_change_classPaolo Valente
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet
2012-08-08net: fib: fix incorrect call_rcu_bh()Eric Dumazet
2012-08-08af_packet: Quiet sparse noise about using plain integer as NULL pointerYing Xue
2012-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet