summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2012-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-8/+59
2012-08-21libceph: avoid truncation due to racing bannersJim Schutt-2/+9
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet-3/+3
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet-1/+1
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch-1/+6
2012-08-21tcp: fix possible socket refcount problemEric Dumazet-10/+18
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil-6/+50
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell-14/+14
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap-0/+1
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy-0/+10
2012-08-20caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl-0/+4
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller-48/+89
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond-2/+23
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend-5/+3
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend-0/+4
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend-18/+4
2012-08-16act_mirred: do not drop packets when fails to mirror itJason Wang-6/+5
2012-08-16netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso-23/+6
2012-08-15net: fix info leak in compat dev_ifconf()Mathias Krause-0/+1
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause-0/+1
2012-08-15dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO)Mathias Krause-0/+1
2012-08-15dccp: check ccid before dereferencingMathias Krause-2/+2
2012-08-15llc: fix info leak via getsockname()Mathias Krause-2/+1
2012-08-15l2tp: fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)Mathias Krause-1/+1
2012-08-15Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY)Mathias Krause-0/+1
2012-08-15Bluetooth: HCI - Fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause-0/+1
2012-08-15atm: fix info leak via getsockname()Mathias Krause-0/+1
2012-08-15atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause-0/+1
2012-08-15bridge: fix rcu dereference outside of rcu_read_lockStephen Hemminger-1/+2
2012-08-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-18/+37
2012-08-14ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings-3/+1
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings-5/+18
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings-3/+4
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings-17/+2
2012-08-14net: ipv6: proc: Fix error handlingIgor Maravic-2/+2
2012-08-14ipv4: Cache local output routesYan, Zheng-1/+0
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang-1/+9
2012-08-14netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang-0/+15
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang-7/+20
2012-08-14vlan: clean up some variable namesAmerigo Wang-6/+6
2012-08-14netpoll: check netpoll tx status on the right deviceAmerigo Wang-1/+1
2012-08-14bridge: use list_for_each_entry() in netpoll functionsAmerigo Wang-5/+4
2012-08-14bridge: add some comments for NETDEV_RELEASEAmerigo Wang-0/+4
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang-14/+17
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang-2/+1
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang-20/+34