summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka2012-09-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-0216-61/+76
|\
| * net/xfrm/xfrm_state.c: fix error return codeJulia Lawall2012-08-311-1/+3
| * net: ipv6: fix error return codeJulia Lawall2012-08-311-3/+3
| * Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-315-10/+24
| |\
| | * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-311-5/+11
| | * netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-08-301-1/+4
| | * netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall2012-08-301-1/+3
| | * netfilter: ctnetlink: fix error return code in init pathJulia Lawall2012-08-301-1/+2
| | * ipvs: fix error return codeJulia Lawall2012-08-301-1/+3
| | * netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy2012-08-201-1/+1
| * | ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
| * | net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-08-301-2/+12
| * | l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-08-302-2/+2
| * | netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-291-9/+1
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-241-22/+16
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-241-22/+16
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-231-22/+16
| | | |\ \
| | | | * | mac80211: fix DS to MBSS address translationThomas Pedersen2012-08-221-22/+16
| * | | | | tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng2012-08-241-8/+7
| * | | | | netlink: fix possible spoofing from non-root processesPablo Neira Ayuso2012-08-241-1/+3
| * | | | | ipv4: take rt_uncached_lock only if neededEric Dumazet2012-08-241-1/+1
| |/ / / /
| * | | | af_packet: match_fanout_group() can be staticFengguang Wu2012-08-231-1/+1
| * | | | ipv4: properly update pmtuEric Dumazet2012-08-221-1/+1
* | | | | Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-08-252-7/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-08-201-5/+2
| * | | | svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-08-201-1/+2
| * | | | svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-08-201-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-08-224-8/+59
|\ \ \ \ \
| * | | | | libceph: avoid truncation due to racing bannersJim Schutt2012-08-211-2/+9
| * | | | | libceph: delay debugfs initialization until we learn global_idSage Weil2012-08-203-6/+50
| |/ / / /
* | | | | af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2012-08-212-3/+3
* | | | | ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet2012-08-211-1/+1
* | | | | ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch2012-08-211-1/+6
* | | | | tcp: fix possible socket refcount problemEric Dumazet2012-08-213-10/+18
| |_|_|/ |/| | |
* | | | net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2012-08-203-14/+14
* | | | net/core/dev.c: fix kernel-doc warningRandy Dunlap2012-08-201-0/+1
* | | | net: ipv6: fix oops in inet_putpeer()Patrick McHardy2012-08-202-0/+10
* | | | caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl2012-08-201-0/+4
* | | | Merge git://1984.lsi.us.es/nfDavid S. Miller2012-08-204-48/+89
|\ \ \ \
| * | | | netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-08-161-23/+6
| * | | | netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso2012-08-141-1/+6
| * | | | netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-08-101-2/+3
| * | | | netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy2012-08-102-19/+72
| * | | | netfilter: nf_ct_sip: fix helper namePatrick McHardy2012-08-101-3/+2
* | | | | af_packet: don't emit packet on orig fanout groupEric Leblond2012-08-202-2/+23
* | | | | net: netprio: fix cgrp create and write priomap raceJohn Fastabend2012-08-161-5/+3
* | | | | 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
OpenPOWER on IntegriCloud