summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* VSOCK: Handle changes to the VMCI context ID.Reilly Grant2013-04-024-26/+23Star
* net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-04-021-0/+27
* cbq: incorrect processing of high limitsVasily Averin2013-04-021-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-04-0120-82/+244
|\
| * net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-03-291-0/+6
| * net: fq_codel: Fix off-by-one errorVijay Subramanian2013-03-291-1/+1
| * net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'Shmulik Ladkani2013-03-291-1/+0Star
| * net: fix the use of this_cpu_ptrLi RongQing2013-03-291-1/+1
| * ipv6: don't accept node local multicast traffic from the wireHannes Frederic Sowa2013-03-291-0/+12
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2812-76/+154
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-2512-76/+154
| | |\
| | | * mac80211: Don't restart sta-timer if not associated.Ben Greear2013-03-242-3/+6
| | | * cfg80211: always check for scan end on P2P deviceJohannes Berg2013-03-246-47/+92
| | | * mac80211: fix virtual monitor interface lockingJohannes Berg2013-03-201-16/+19
| | | * cfg80211: fix wdev tracing crashJohannes Berg2013-03-201-1/+2
| | | * mac80211: fix crash with P2P Device returning action framesJohannes Berg2013-03-111-1/+13
| | | * cfg80211: fix potential BSS memory leak and updateJohannes Berg2013-03-071-5/+11
| | | * cfg80211: fix inconsistency in trace for rdev_set_mac_aclVladimir Kondratiev2013-03-071-1/+1
| | | * mac80211: always synchronize_net() during station removalJohannes Berg2013-03-061-2/+10
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-03-272-1/+66
| |\ \ \
| | * | | xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()Mathias Krause2013-03-251-4/+2Star
| | * | | xfrm: Fix replay notification for esn.Steffen Klassert2013-03-201-1/+67
| | * | | af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel2013-02-211-0/+1
| * | | | sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich2013-03-271-1/+1
| * | | | rtnetlink: fix error return code in rtnl_link_fill()Wei Yongjun2013-03-271-1/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-281-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman2013-03-181-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-2632-342/+311Star
|\ \ \ \ \
| * | | | | ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-261-2/+1Star
| * | | | | af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong2013-03-261-2/+2
| * | | | | ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10Star
| * | | | | unix: fix a race condition in unix_release()Paul Moore2013-03-251-4/+3Star
| * | | | | tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-03-241-5/+2Star
| * | | | | bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1
| * | | | | 8021q: fix a potential use-after-freeCong Wang2013-03-241-7/+7
| * | | | | net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-241-1/+0Star
| * | | | | tcp: preserve ACK clocking in TSOEric Dumazet2013-03-221-2/+5
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-201-0/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-181-0/+1
| | |\ \ \ \
| | | * | | | Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
| * | | | | | net/irda: add missing error path release_sock callKees Cook2013-03-201-2/+4
| * | | | | | ipconfig: Fix newline handling in log message.Martin Fuzzey2013-03-201-1/+2
| * | | | | | flow_keys: include thoff into flow_keys for later usageDaniel Borkmann2013-03-201-0/+2
| * | | | | | l2tp: unhash l2tp sessions on delete, not on freeTom Parkin2013-03-203-50/+38Star
| * | | | | | l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-205-147/+93Star
| * | | | | | l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin2013-03-201-43/+10Star
| * | | | | | l2tp: purge session reorder queue on deleteTom Parkin2013-03-201-0/+4
| * | | | | | l2tp: add session reorder queue purge function to coreTom Parkin2013-03-202-0/+18
| * | | | | | l2tp: don't BUG_ON sk_socket being NULLTom Parkin2013-03-201-8/+10
| * | | | | | l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookupTom Parkin2013-03-201-0/+2