Age | Commit message (Expand) | Author |
2017-11-03 | net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath | Jiri Pirko |
2017-11-03 | net: sched: introduce chain_head_change callback | Jiri Pirko |
2017-11-03 | ipv4: Send a netevent whenever multipath hash policy is changed | Ido Schimmel |
2017-11-03 | net: Define eth_stp_addr in linux/etherdevice.h | Egil Hjelmeland |
2017-11-03 | tcp: add tracepoint trace_tcp_retransmit_synack() | Song Liu |
2017-11-03 | ipv6: Implement limits on Hop-by-Hop and Destination options | Tom Herbert |
2017-11-02 | security: bpf: replace include of linux/bpf.h with forward declarations | Jakub Kicinski |
2017-11-02 | net: sched: remove ndo_setup_tc check from tc_can_offload | Jiri Pirko |
2017-11-02 | net: sched: remove unused tc_should_offload helper | Jiri Pirko |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-11-01 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2017-11-01 | net: dsa: lan9303: Add STP ALR entry on port 0 | Egil Hjelmeland |
2017-11-01 | tcp: fix tcp_mtu_probe() vs highest_sack | Eric Dumazet |
2017-11-01 | net: display hw address of source machine during ipv6 DAD failure | Vishwanath Pai |
2017-11-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2017-11-01 | net: Add extack to fib_notifier_info | David Ahern |
2017-11-01 | bpf: remove SK_REDIRECT from UAPI | John Fastabend |
2017-11-01 | bpf: reduce verifier memory consumption | Alexei Starovoitov |
2017-10-31 | net: sched: Identify hardware traffic classes using classid | Amritha Nambiar |
2017-10-31 | Revert "PM / QoS: Fix device resume latency PM QoS" | Rafael J. Wysocki |
2017-10-31 | Revert "PM / QoS: Fix default runtime_pm device resume latency" | Rafael J. Wysocki |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-30 | Bluetooth: Use bt_dev_err and bt_dev_info when possible | Marcel Holtmann |
2017-10-30 | PM / QoS: Fix default runtime_pm device resume latency | Tero Kristo |
2017-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-10-29 | net_sched: introduce a workqueue for RCU callbacks of tc filter | Cong Wang |
2017-10-29 | Bluetooth: increase timeout for le auto connections | Konrad ZapaĆowicz |
2017-10-29 | ipvlan: implement VEPA mode | Mahesh Bandewar |
2017-10-29 | ipvlan: introduce 'private' attribute for all existing modes. | Mahesh Bandewar |
2017-10-29 | sctp: fix some type cast warnings introduced since very beginning | Xin Long |
2017-10-29 | sctp: fix some type cast warnings introduced by stream reconf | Xin Long |
2017-10-29 | ipv6: prevent user from adding cached routes | Wei Wang |
2017-10-29 | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher... | David S. Miller |
2017-10-29 | bpf: rename sk_actions to align with bpf infrastructure | John Fastabend |
2017-10-29 | bpf: bpf_compute_data uses incorrect cb structure | John Fastabend |
2017-10-28 | tcp: remove unnecessary include | Alexei Starovoitov |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_invalid_ratelimit | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_autocorking | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_min_rtt_wlen | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_min_tso_segs | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_challenge_ack_limit | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_limit_output_bytes | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_workaround_signed_windows | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_tso_win_divisor | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf | Eric Dumazet |
2017-10-28 | tcp: Namespace-ify sysctl_tcp_nometrics_save | Eric Dumazet |
2017-10-28 | tap: reference to KVA of an unloaded module causes kernel panic | Girish Moodalbail |