Age | Commit message (Expand) | Author | Files | Lines |
2018-10-03 | sctp: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
2018-10-03 | ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() | Eric Dumazet | 1 | -2/+1 |
2018-10-03 | rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 | Eric Dumazet | 1 | -0/+6 |
2018-10-03 | inet: make sure to grab rcu_read_lock before using ireq->ireq_opt | Eric Dumazet | 3 | -3/+10 |
2018-10-02 | bond: take rcu lock in netpoll_send_skb_on_dev | Dave Jones | 1 | -0/+2 |
2018-10-02 | rtnetlink: Fail dump if target netnsid is invalid | David Ahern | 1 | -4/+2 |
2018-10-02 | Revert "openvswitch: Fix template leak in error cases." | Flavio Leitner | 1 | -4/+2 |
2018-10-02 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 3 | -10/+29 |
2018-10-02 | tipc: ignore STATE_MSG on wrong link session | LUU Duc Canh | 2 | -2/+6 |
2018-10-02 | net: sched: act_ipt: check for underflow in __tcf_ipt_init() | Dan Carpenter | 1 | -1/+1 |
2018-10-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 9 | -6/+30 |
2018-10-02 | tcp/dccp: fix lockdep issue when SYN is backlogged | Eric Dumazet | 2 | -2/+6 |
2018-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 5 | -20/+21 |
2018-09-29 | tipc: fix failover problem | LUU Duc Canh | 3 | -0/+49 |
2018-09-29 | Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 11 | -202/+188 |
2018-09-28 | netpoll: do not test NAPI_STATE_SCHED in poll_one_napi() | Eric Dumazet | 1 | -19/+1 |
2018-09-28 | Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 9 | -33/+86 |
2018-09-28 | netfilter: xt_socket: check sk before checking for netns. | Flavio Leitner | 1 | -2/+2 |
2018-09-28 | netfilter: nft_set_rbtree: add missing rb_erase() in GC routine | Taehee Yoo | 1 | -14/+14 |
2018-09-28 | rxrpc: Fix error distribution | David Howells | 6 | -61/+15 |
2018-09-28 | rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket | David Howells | 1 | -10/+13 |
2018-09-28 | rxrpc: Make service call handling more robust | David Howells | 5 | -60/+38 |
2018-09-28 | rxrpc: Improve up-front incoming packet checking | David Howells | 2 | -28/+50 |
2018-09-28 | rxrpc: Emit BUSY packets when supposed to rather than ABORTs | David Howells | 4 | -18/+26 |
2018-09-28 | rxrpc: Fix RTT gathering | David Howells | 3 | -15/+33 |
2018-09-28 | rxrpc: Fix checks as to whether we should set up a new call | David Howells | 3 | -9/+15 |
2018-09-27 | rxrpc: Remove dup code from rxrpc_find_connection_rcu() | David Howells | 1 | -3/+0 |
2018-09-27 | nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds | Masashi Honma | 1 | -5/+14 |
2018-09-27 | net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not int | Maciej Żenczykowski | 1 | -2/+4 |
2018-09-27 | net: core: add member wol_enabled to struct net_device | Heiner Kallweit | 1 | -1/+8 |
2018-09-27 | net/ipv6: Remove extra call to ip6_convert_metrics for multipath case | David Ahern | 1 | -5/+0 |
2018-09-26 | Bluetooth: SMP: fix crash in unpairing | Matias Karhumaa | 3 | -10/+29 |
2018-09-26 | nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT | Masashi Honma | 1 | -0/+1 |
2018-09-26 | mac80211: allocate TXQs for active monitor interfaces | Felix Fietkau | 1 | -1/+2 |
2018-09-26 | tipc: lock wakeup & inputq at tipc_link_reset() | Parthasarathy Bhuvaragan | 1 | -1/+6 |
2018-09-26 | tipc: reset bearer if device carrier not ok | Parthasarathy Bhuvaragan | 1 | -5/+7 |
2018-09-25 | tipc: fix flow control accounting for implicit connect | Parthasarathy Bhuvaragan | 1 | -1/+3 |
2018-09-24 | ip_tunnel: be careful when accessing the inner header | Paolo Abeni | 1 | -0/+9 |
2018-09-24 | mpls: allow routes on ip6gre devices | Saif Hasan | 1 | -1/+5 |
2018-09-24 | netpoll: make ndo_poll_controller() optional | Eric Dumazet | 1 | -12/+7 |
2018-09-23 | rds: Fix build regression. | David S. Miller | 1 | -1/+1 |
2018-09-23 | net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN | Maciej Żenczykowski | 1 | -0/+1 |
2018-09-22 | RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_stats | Nathan Chancellor | 1 | -1/+1 |
2018-09-22 | devlink: double free in devlink_resource_fill() | Dan Carpenter | 1 | -2/+1 |
2018-09-22 | net/ipv6: Display all addresses in output of /proc/net/if_inet6 | Jeff Barnhill | 1 | -3/+1 |
2018-09-22 | netlabel: check for IPV4MASK in addrinfo_get | Sean Tranchetti | 1 | -1/+2 |
2018-09-20 | sctp: update dst pmtu with the correct daddr | Xin Long | 1 | -2/+10 |
2018-09-20 | netfilter: conntrack: get rid of double sizeof | zhong jiang | 1 | -2/+2 |
2018-09-20 | netfilter: nft_osf: use enum nft_data_types for nft_validate_register_store | Stefan Agner | 1 | -1/+1 |
2018-09-20 | netfilter: bridge: Don't sabotage nf_hook calls from an l3mdev | David Ahern | 1 | -1/+2 |