Age | Commit message (Expand) | Author | Files | Lines |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 331 | -7956/+11095 |
2013-07-09 | Merge tag 'for-linus-3.11-merge-window-part-1' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -1/+4 |
2013-07-09 | net: sctp: confirm route during forward progress | Daniel Borkmann | 2 | -0/+15 |
2013-07-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2 | -31/+38 |
2013-07-09 | Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -45/+53 |
2013-07-08 | net: rename low latency sockets functions to busy poll | Eliezer Tamir | 3 | -10/+11 |
2013-07-06 | bridge: fix some kernel warning in multicast timer | Cong Wang | 2 | -2/+2 |
2013-07-04 | sit: fix tunnel update via netlink | Nicolas Dichtel | 1 | -2/+2 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -9/+49 |
2013-07-04 | Merge branches 'for-3.11/battery', 'for-3.11/elo', 'for-3.11/holtek' and 'for... | Jiri Kosina | 89 | -405/+867 |
2013-07-03 | ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ... | Hannes Frederic Sowa | 1 | -0/+2 |
2013-07-03 | net: ipv6: fix wrong ping_v6_sendmsg return value | Lorenzo Colitti | 1 | -1/+4 |
2013-07-03 | net: ipv6: add missing lock in ping_v6_sendmsg | Lorenzo Colitti | 1 | -0/+2 |
2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 4 | -8/+7 |
2013-07-03 | netem: fix possible NULL deref in netem_dequeue() | Eric Dumazet | 1 | -3/+5 |
2013-07-03 | core: Copy inner_protocol in copy_skb_header() | Joe Stringer | 1 | -0/+1 |
2013-07-03 | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 1 | -1/+1 |
2013-07-03 | drivers: avoid format strings in names passed to alloc_workqueue() | Kees Cook | 2 | -6/+5 |
2013-07-03 | mm: use totalram_pages instead of num_physpages at runtime | Jiang Liu | 1 | -1/+1 |
2013-07-03 | libceph: call r_unsafe_callback when unsafe reply is received | Yan, Zheng | 1 | -7/+7 |
2013-07-03 | libceph: Fix NULL pointer dereference in auth client code | Tyler Hicks | 1 | -0/+6 |
2013-07-03 | libceph: fix truncate size calculation | Yan, Zheng | 1 | -6/+8 |
2013-07-03 | libceph: fix safe completion | Yan, Zheng | 1 | -9/+8 |
2013-07-03 | libceph: print more info for short message header | Alex Elder | 1 | -2/+4 |
2013-07-03 | libceph: add lingering request reference when registered | Alex Elder | 1 | -7/+5 |
2013-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 15 | -58/+88 |
2013-07-03 | net: gre: move GSO functions to gre_offload | Daniel Borkmann | 3 | -103/+131 |
2013-07-03 | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+3 |
2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2013-07-02 | ip_tunnels: Use skb-len to PMTU check. | Pravin B Shelar | 1 | -44/+55 |
2013-07-02 | l2tp: make datapath resilient to packet loss when sequence numbers enabled | James Chapman | 2 | -5/+34 |
2013-07-02 | l2tp: make datapath sequence number support RFC-compliant | James Chapman | 2 | -5/+33 |
2013-07-02 | l2tp: do data sequence number handling in a separate func | James Chapman | 1 | -20/+34 |
2013-07-02 | sctp: use get_unused_fd_flags(0) instead of get_unused_fd() | Yann Droneaud | 1 | -1/+1 |
2013-07-02 | core/dev: set pkt_type after eth_type_trans() in dev_forward_skb() | Isaku Yamahata | 1 | -0/+6 |
2013-07-02 | ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size | Hannes Frederic Sowa | 1 | -6/+10 |
2013-07-02 | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi... | Hannes Frederic Sowa | 2 | -2/+8 |
2013-07-02 | Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -22/+2 |
2013-07-02 | ipip: fix a regression in ioctl | Cong Wang | 1 | -5/+7 |
2013-07-02 | l2tp: add missing .owner to struct pppox_proto | Wei Yongjun | 1 | -1/+2 |
2013-07-02 | ethtool: make .get_dump_data() harder to misuse by drivers | Michal Schmidt | 1 | -1/+20 |
2013-07-02 | net: sctp: get rid of SCTP_DBG_TSNS entirely | Daniel Borkmann | 2 | -114/+0 |
2013-07-01 | ipv6,mcast: always hold idev->lock before mca_lock | Amerigo Wang | 2 | -10/+12 |
2013-07-01 | vti: remove duplicated code to fix a memory leak | Cong Wang | 1 | -7/+0 |
2013-07-01 | gre: fix a regression in ioctl | Cong Wang | 1 | -4/+5 |
2013-07-01 | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 16 | -409/+383 |
2013-07-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi... | David S. Miller | 2 | -8/+5 |
2013-07-01 | x25: Fix broken locking in ioctl error paths. | Dave Jones | 1 | -7/+8 |
2013-07-01 | netem: use rb tree to implement the time queue | Eric Dumazet | 1 | -24/+85 |
2013-07-01 | neighbour: fix a race in neigh_destroy() | Eric Dumazet | 1 | -5/+7 |