Age | Commit message (Expand) | Author | Files | Lines |
2014-07-08 | net: arcnet: Remove "#define bool int" | Rasmus Villemoes | 1 | -7/+3 |
2014-07-08 | mac802154: at86rf230: add hw flags and merge ops | Alexander Aring | 1 | -0/+19 |
2014-07-08 | net: Only do flow_dissector hash computation once per packet | Tom Herbert | 1 | -2/+7 |
2014-07-08 | ipv6: Implement automatic flow label generation on transmit | Tom Herbert | 4 | -1/+24 |
2014-07-08 | vxlan: Call udp_flow_src_port | Tom Herbert | 1 | -2/+0 |
2014-07-08 | udp: Add function to make source port for UDP tunnels | Tom Herbert | 1 | -0/+29 |
2014-07-08 | net: Call skb_get_hash in get_xps_queue and __skb_tx_hash | Tom Herbert | 2 | -2/+2 |
2014-07-08 | net: Save TX flow hash in sock and set in skbuf on xmit | Tom Herbert | 3 | -0/+40 |
2014-07-08 | flow_dissector: Abstract out hash computation | Tom Herbert | 1 | -0/+1 |
2014-07-08 | tcp: switch snt_synack back to measuring transmit time of first SYNACK | Neal Cardwell | 1 | -1/+1 |
2014-07-08 | ptp: Classify ptp over ip over vlan packets | Stefan Sørensen | 1 | -3/+2 |
2014-07-03 | net: sctp: improve timer slack calculation for transport HBs | Daniel Borkmann | 1 | -21/+0 |
2014-07-02 | inet: move ipv6only in sock_common | Eric Dumazet | 3 | -7/+10 |
2014-07-01 | ipv6: Allow accepting RA from local IP addresses. | Ben Greear | 3 | -0/+3 |
2014-06-28 | tcp: add tcp_conn_request | Octavian Purdila | 1 | -0/+3 |
2014-06-28 | tcp: add queue_add_hash to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+2 |
2014-06-28 | tcp: add mss_clamp to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+1 |
2014-06-28 | tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack | Octavian Purdila | 1 | -0/+2 |
2014-06-28 | tcp: add send_synack method to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+3 |
2014-06-28 | tcp: add init_seq method to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+1 |
2014-06-28 | tcp: add route_req method to tcp_request_sock_ops | Octavian Purdila | 1 | -0/+3 |
2014-06-28 | tcp: add init_cookie_seq method to tcp_request_sock_ops | Octavian Purdila | 1 | -14/+20 |
2014-06-28 | tcp: add init_req method to tcp_request_sock_ops | Octavian Purdila | 2 | -3/+2 |
2014-06-28 | net: remove inet6_reqsk_alloc | Octavian Purdila | 2 | -12/+4 |
2014-06-28 | tcp: cookie_v4_init_sequence: skb should be const | Octavian Purdila | 1 | -2/+3 |
2014-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 21 | -17/+106 |
2014-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -5/+14 |
2014-06-26 | tipc: bump max configurable window size | Erik Hugne | 1 | -1/+1 |
2014-06-26 | mac_pton: Use bool not int return | Joe Perches | 1 | -1/+1 |
2014-06-26 | ipv4: fix dst race in sk_dst_get() | Eric Dumazet | 1 | -2/+2 |
2014-06-26 | lib: crc32: Add some additional __pure annotations | George Spelvin | 1 | -3/+3 |
2014-06-26 | lib: crc32: Greatly shrink CRC combining code | George Spelvin | 1 | -2/+12 |
2014-06-25 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -1/+4 |
2014-06-25 | Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+48 |
2014-06-24 | kernel/watchdog.c: print traces for all cpus on lockup detection | Aaron Tomlin | 1 | -0/+1 |
2014-06-24 | nmi: provide the option to issue an NMI back trace to every cpu but current | Aaron Tomlin | 1 | -1/+10 |
2014-06-24 | kexec: save PG_head_mask in VMCOREINFO | Petr Tesarik | 1 | -0/+3 |
2014-06-24 | flow_keys: Record IP layer protocol in skb_flow_dissect() | Govindarajulu Varadarajan | 2 | -1/+15 |
2014-06-23 | Merge tag 'imx-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Arnd Bergmann | 1 | -1/+2 |
2014-06-23 | ieee802154: cc2520: adds driver for TI CC2520 radio | Varka Bhadram | 1 | -0/+26 |
2014-06-22 | Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux | Linus Torvalds | 1 | -0/+6 |
2014-06-22 | net: phylib: add link_change_notify callback to phy device | Daniel Mack | 1 | -0/+9 |
2014-06-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2014-06-21 | tracing: Add __field_struct macro for TRACE_EVENT() | Steven Rostedt | 1 | -0/+33 |
2014-06-21 | tracing: Fix syscall_*regfunc() vs copy_process() race | Oleg Nesterov | 1 | -0/+15 |
2014-06-20 | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -5/+7 |
2014-06-20 | Merge tag 'sound-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2 | -2/+4 |
2014-06-20 | hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event | Haiyang Zhang | 1 | -0/+1 |
2014-06-20 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -3/+2 |
2014-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 1 | -0/+1 |