Age | Commit message (Expand) | Author | Files | Lines |
2012-10-06 | sections: fix section conflicts in net | Andi Kleen | 6 | -6/+6 |
2012-10-06 | sections: fix section conflicts in net/can | Andi Kleen | 4 | -4/+4 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -70/+83 |
2012-10-02 | workqueue: avoid using deprecated functions | Linus Torvalds | 5 | -18/+18 |
2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 348 | -7791/+14603 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 43 | -133/+276 |
2012-10-02 | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -1/+20 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 3 | -35/+4 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 8 | -24/+14 |
2012-10-01 | igmp: export symbol ip_mc_leave_group | stephen hemminger | 1 | -0/+1 |
2012-10-01 | netlink: add attributes to fdb interface | stephen hemminger | 3 | -4/+7 |
2012-10-01 | gre: fix sparse warning | stephen hemminger | 1 | -2/+2 |
2012-10-01 | net/key/af_key.c: add range checks on ->sadb_x_policy_len | Dan Carpenter | 1 | -0/+3 |
2012-10-01 | ipv4: gre: add GRO capability | Eric Dumazet | 1 | -2/+11 |
2012-10-01 | net: add gro_cells infrastructure | Eric Dumazet | 1 | -0/+2 |
2012-10-01 | tcp: gro: add checksuming helpers | Eric Dumazet | 2 | -6/+33 |
2012-10-01 | ipv6: del unreachable route when an addr is deleted on lo | Nicolas Dichtel | 1 | -2/+8 |
2012-10-01 | use skb_end_offset() in skb_try_coalesce() | Weiping Pan | 1 | -2/+1 |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 5 | -203/+205 |
2012-10-01 | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+13 |
2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-09-30 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 47 | -919/+1849 |
2012-09-28 | ipv6: return errno pointers consistently for fib6_add_1() | Lin Ming | 1 | -14/+6 |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 32 | -134/+197 |
2012-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 47 | -919/+1849 |
2012-09-27 | net: use bigger pages in __netdev_alloc_frag | Eric Dumazet | 1 | -16/+30 |
2012-09-27 | inetpeer: fix token initialization | Nicolas Dichtel | 1 | -1/+4 |
2012-09-27 | tcp: Remove unused parameter from tcp_v4_save_options | Christoph Paasch | 1 | -3/+2 |
2012-09-27 | ipv6: gre: remove ip6gre_header_parse() | Eric Dumazet | 1 | -8/+0 |
2012-09-27 | net: remove sk_init() helper | Eric Dumazet | 2 | -19/+0 |
2012-09-27 | pkt_sched: Fix warning false positives. | David S. Miller | 2 | -2/+2 |
2012-09-27 | nf_defrag_ipv6: fix oops on module unloading | Konstantin Khlebnikov | 1 | -1/+1 |
2012-09-27 | tunnel: drop packet if ECN present with not-ECT | stephen hemminger | 3 | -63/+71 |
2012-09-27 | xfrm: remove extranous rcu_read_lock | stephen hemminger | 3 | -19/+1 |
2012-09-27 | gre: remove unnecessary rcu_read_lock/unlock | stephen hemminger | 2 | -25/+10 |
2012-09-27 | gre: fix handling of key 0 | stephen hemminger | 1 | -10/+34 |
2012-09-27 | l2tp: fix return value check | Wei Yongjun | 1 | -6/+6 |
2012-09-27 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 1 | -4/+4 |
2012-09-27 | NFC: Fix sleeping in atomic when releasing socket | Szymon Janc | 1 | -5/+5 |
2012-09-27 | NFC: Fix sleeping in invalid context when netlink socket is closed | Szymon Janc | 1 | -7/+39 |
2012-09-27 | NFC: Add dummy nfc_llc_shdlc_register definition | John W. Linville | 1 | -0/+8 |
2012-09-27 | NFC: LLCP raw socket support | Thierry Escande | 4 | -4/+137 |
2012-09-27 | NFC: Use dynamic initialization for rwlocks | Szymon Janc | 1 | -2/+2 |
2012-09-26 | make get_file() return its argument | Al Viro | 2 | -4/+2 |
2012-09-26 | new helper: iterate_fd() | Al Viro | 1 | -26/+12 |
2012-09-26 | unexport sock_map_fd(), switch to sock_alloc_file() | Al Viro | 3 | -17/+30 |
2012-09-26 | take descriptor handling from sock_alloc_file() to callers | Al Viro | 1 | -22/+40 |
2012-09-26 | netfilter: xt_limit: have r->cost != 0 case work | Jan Engelhardt | 1 | -4/+4 |
2012-09-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 10 | -39/+71 |
2012-09-25 | ipv6: mip6: fix mip6_mh_filter() | Eric Dumazet | 1 | -9/+11 |