summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-09-251-11/+10
| | * | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-244-4/+28
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-224-4/+28
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | cfg80211: fix possible circular lock on reg_regdb_search()Luis R. Rodriguez2012-09-181-3/+9
| | | | * | | | | | | Bluetooth: Fix not removing power_off delayed workVinicius Costa Gomes2012-09-181-0/+2
| | | | * | | | | | | Bluetooth: Fix freeing uninitialized delayed worksAndrei Emeltchenko2012-09-181-1/+1
| | | | * | | | | | | Bluetooth: mgmt: Fix enabling LE while powered offAndrzej Kaczmarek2012-09-181-0/+10
| | | | * | | | | | | Bluetooth: mgmt: Fix enabling SSP while powered offAndrzej Kaczmarek2012-09-181-0/+6
| | * | | | | | | | | net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-09-241-1/+2
| | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | ipv4: raw: fix icmp_filter()Eric Dumazet2012-09-221-6/+8
| | |/ / / / / / /
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-09-241-4/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | libceph: only kunmap kmapped pagesAlex Elder2012-09-211-4/+1
| * | | | | | | | net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-216-17/+17
| * | | | | | | | ipv6: fix return value check in fib6_add()Wei Yongjun2012-09-211-0/+4
| * | | | | | | | net: do not disable sg for packets requiring no checksumEd Cashin2012-09-201-1/+2
| * | | | | | | | xfrm_user: don't copy esn replay window twice for new statesMathias Krause2012-09-201-4/+5
| * | | | | | | | xfrm_user: ensure user supplied esn replay window is validMathias Krause2012-09-201-6/+25
| * | | | | | | | xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause2012-09-201-0/+1
| * | | | | | | | xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause2012-09-201-0/+1
| * | | | | | | | xfrm_user: fix info leak in copy_to_user_state()Mathias Krause2012-09-201-0/+1
| * | | | | | | | xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause2012-09-201-1/+1
| * | | | | | | | tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin2012-09-201-3/+10
| * | | | | | | | net/core: fix comment in skb_try_coalesceLi RongQing2012-09-191-1/+3
| * | | | | | | | pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-09-191-1/+4
| * | | | | | | | tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-09-191-2/+8
| * | | | | | | | batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing2012-09-191-3/+3
| * | | | | | | | xfrm: fix a read lock imbalance in make_blackholeLi RongQing2012-09-181-1/+1
| * | | | | | | | tcp: fix regression in urgent data handlingEric Dumazet2012-09-181-3/+2
| * | | | | | | | net: fix memory leak on oom with zerocopyMichael S. Tsirkin2012-09-181-1/+1
| * | | | | | | | xfrm_user: return error pointer instead of NULL #2Mathias Krause2012-09-181-2/+4
| * | | | | | | | xfrm_user: return error pointer instead of NULLMathias Krause2012-09-181-2/+4
| * | | | | | | | ipv6: use DST_* macro to set obselete fieldNicolas Dichtel2012-09-181-3/+3
| * | | | | | | | ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-182-26/+10
| * | | | | | | | xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel2012-09-181-0/+1
| * | | | | | | | netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel2012-09-181-7/+2
| * | | | | | | | net: rt_cache_flush() cleanupEric Dumazet2012-09-181-17/+2
| * | | | | | | | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-186-34/+21
| |/ / / / / / /
* | | | | | | | net: use bigger pages in __netdev_alloc_fragEric Dumazet2012-09-271-16/+30
* | | | | | | | tcp: Remove unused parameter from tcp_v4_save_optionsChristoph Paasch2012-09-271-3/+2
* | | | | | | | ipv6: gre: remove ip6gre_header_parse()Eric Dumazet2012-09-271-8/+0
* | | | | | | | net: remove sk_init() helperEric Dumazet2012-09-272-19/+0
* | | | | | | | pkt_sched: Fix warning false positives.David S. Miller2012-09-272-2/+2
* | | | | | | | nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov2012-09-271-1/+1
* | | | | | | | tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-273-63/+71
* | | | | | | | xfrm: remove extranous rcu_read_lockstephen hemminger2012-09-273-19/+1
* | | | | | | | gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2012-09-272-25/+10
* | | | | | | | gre: fix handling of key 0stephen hemminger2012-09-271-10/+34
* | | | | | | | ipconfig: fix trivial build errorAndy Shevchenko2012-09-251-11/+11
* | | | | | | | net: raw: revert unrelated changeEric Dumazet2012-09-251-12/+7
* | | | | | | | filter: add XOR instruction for use with X/KDaniel Borkmann2012-09-241-3/+9
OpenPOWER on IntegriCloud