Age | Commit message (Expand) | Author |
2015-11-23 | tipc: avoid packets leaking on socket receive queue | Ying Xue |
2015-11-23 | net/hsr: fix a warning message | Dan Carpenter |
2015-11-23 | unix: avoid use-after-free in ep_remove_wait_queue | Rainer Weikusat |
2015-11-23 | cgroups: Allow dynamically changing net_classid | Nina Schiff |
2015-11-22 | net: ip6mr: fix static mfc/dev leaks on table destruction | Nikolay Aleksandrov |
2015-11-22 | net: ipmr: fix static mfc/dev leaks on table destruction | Nikolay Aleksandrov |
2015-11-22 | net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds | Daniel Borkmann |
2015-11-20 | tipc: correct settings of broadcast link state | Jon Paul Maloy |
2015-11-20 | tcp: fix potential huge kmalloc() calls in TCP_REPAIR | Eric Dumazet |
2015-11-20 | tcp: fix Fast Open snmp over-counting bug | Yuchung Cheng |
2015-11-20 | tcp: disable Fast Open on timeouts after handshake | Yuchung Cheng |
2015-11-18 | tcp: md5: fix lockdep annotation | Eric Dumazet |
2015-11-18 | net: dns_resolver: convert time_t to time64_t | Aya Mahfouz |
2015-11-18 | net/ip6_tunnel: fix dst leak | Paolo Abeni |
2015-11-18 | udp: remove duplicate include | stephen hemminger |
2015-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-11-17 | net/core: revert "net: fix __netdev_update_features return.." and add comment | Nikolay Aleksandrov |
2015-11-17 | af_unix: take receive queue lock while appending new skb | Hannes Frederic Sowa |
2015-11-17 | rtnetlink: fix frame size warning in rtnl_fill_ifinfo | Hannes Frederic Sowa |
2015-11-17 | net: use skb_clone to avoid alloc_pages failure. | Martin Zhang |
2015-11-17 | packet: Use PAGE_ALIGNED macro | Tobias Klauser |
2015-11-17 | packet: Don't check frames_per_block against negative values | Tobias Klauser |
2015-11-17 | vlan: Do not put vlan headers back on bridge and macvlan ports | Vlad Yasevich |
2015-11-17 | vlan: Fix untag operations of stacked vlans with REORDER_HEADER off | Vlad Yasevich |
2015-11-16 | snmp: Remove duplicate OUTMCAST stat increment | Neil Horman |
2015-11-16 | net/core: use netdev name in warning if no parent | Bjørn Mork |
2015-11-16 | af_unix: don't append consumed skbs to sk_receive_queue | Hannes Frederic Sowa |
2015-11-16 | raw: increment correct SNMP counters for ICMP messages | Ben Cartwright-Cox |
2015-11-16 | net: fix __netdev_update_features return on ndo_set_features failure | Nikolay Aleksandrov |
2015-11-16 | net: fix feature changes on devices without ndo_set_features | Nikolay Aleksandrov |
2015-11-16 | switchdev: bridge: Check return code is not EOPNOTSUPP | Ido Schimmel |
2015-11-15 | ipvs: use skb_to_full_sk() helper | Eric Dumazet |
2015-11-15 | tcp: ensure proper barriers in lockless contexts | Eric Dumazet |
2015-11-15 | sctp: translate host order to network order when setting a hmacid | lucien |
2015-11-15 | packet: fix tpacket_snd max frame len | Daniel Borkmann |
2015-11-15 | packet: infer protocol from ethernet header if unset | Daniel Borkmann |
2015-11-15 | packet: only allow extra vlan len on ethernet devices | Daniel Borkmann |
2015-11-15 | packet: always probe for transport header | Daniel Borkmann |
2015-11-15 | packet: do skb_probe_transport_header when we actually have data | Daniel Borkmann |
2015-11-15 | ipv6: Check rt->dst.from for the DST_NOCACHE route | Martin KaFai Lau |
2015-11-15 | ipv6: Check expire on DST_NOCACHE route | Martin KaFai Lau |
2015-11-15 | ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree | Martin KaFai Lau |
2015-11-15 | af-unix: fix use-after-free with concurrent readers while splicing | Hannes Frederic Sowa |
2015-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2015-11-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2015-11-11 | Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2015-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-11-10 | netfilter: nf_tables: add clone interface to expression operations | Pablo Neira Ayuso |
2015-11-10 | netfilter: fix xt_TEE and xt_TPROXY dependencies | Arnd Bergmann |
2015-11-10 | netfilter: nfnetlink_log: work around uninitialized variable warning | Arnd Bergmann |