Age | Commit message (Expand) | Author |
2014-06-27 | net: Do not enable tx-nocache-copy by default | Benjamin Poirier |
2014-06-23 | rtnetlink: fix userspace API breakage for iproute2 < v3.9.0 | Michal Schmidt |
2014-06-23 | net: force a list_del() in unregister_netdevice_many() | Eric Dumazet |
2014-06-23 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman |
2014-06-23 | net: Add variants of capable for use on on sockets | Eric W. Biederman |
2014-06-23 | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump | Eric W. Biederman |
2014-06-23 | skbuff: skb_segment: orphan frags before copying | Michael S. Tsirkin |
2014-06-23 | skbuff: skb_segment: s/fskb/list_skb/ | Michael S. Tsirkin |
2014-06-23 | skbuff: skb_segment: s/skb/head_skb/ | Michael S. Tsirkin |
2014-06-23 | skbuff: skb_segment: s/skb_frag/frag/ | Michael S. Tsirkin |
2014-06-23 | skbuff: skb_segment: s/frag/nskb_frag/ | Michael S. Tsirkin |
2014-05-29 | net-gro: reset skb->truesize in napi_reuse_skb() | Eric Dumazet |
2014-05-29 | rtnetlink: wait for unregistering devices in rtnl_link_unregister() | Cong Wang |
2014-05-29 | rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set | David Gibson |
2014-05-29 | rtnetlink: Warn when interface's information won't fit in our packet | David Gibson |
2014-05-29 | net: Fix ns_capable check in sock_diag_put_filterinfo | Andrew Lutomirski |
2014-05-29 | vlan: Fix lockdep warning when vlan dev handle notification | dingtianhong |
2014-05-29 | filter: prevent nla extensions to peek beyond the end of the message | Mathias Krause |
2014-05-29 | net: core: don't account for udp header size when computing seglen | Florian Westphal |
2014-04-18 | netpoll: fix the skb check in pkt_is_ns | Li RongQing |
2014-04-18 | rtnetlink: fix fdb notification flags | Nicolas Dichtel |
2014-04-18 | tcp: tcp_release_cb() should release socket ownership | Eric Dumazet |
2014-03-13 | neigh: recompute reachabletime before returning from neigh_periodic_work() | Duan Jiong |
2014-02-26 | net: use __GFP_NORETRY for high order allocations | Eric Dumazet |
2014-02-26 | net: core: introduce netif_skb_dev_features | Florian Westphal |
2014-02-26 | net: add and use skb_gso_transport_seglen() | Florian Westphal |
2014-02-26 | netpoll: fix netconsole IPv6 setup | Sabrina Dubroca |
2014-02-26 | net: fix 'ip rule' iif/oif device rename | Maciej Żenczykowski |
2014-02-13 | fuse: fix pipe_buf_operations | Miklos Szeredi |
2014-02-06 | bpf: do not use reciprocal divide | Eric Dumazet |
2014-01-15 | netpoll: Fix missing TXQ unlock and and OOPS. | David S. Miller |
2014-01-15 | vlan: Fix header ops passthru when doing TX VLAN offload. | David S. Miller |
2014-01-15 | net: unix: allow set_peek_off to fail | Sasha Levin |
2014-01-15 | net: drop_monitor: fix the value of maxattr | Changli Gao |
2014-01-15 | net: clear local_df when passing skb between namespaces | Hannes Frederic Sowa |
2013-12-08 | {pktgen, xfrm} Update IPv4 header total len and checksum after tranformation | fan.du |
2013-12-08 | gso: handle new frag_list of frags GRO packets | Herbert Xu |
2013-12-08 | net: core: Always propagate flag changes to interfaces | Vlad Yasevich |
2013-12-08 | netfilter: push reasm skb through instead of original frag skbs | Jiri Pirko |
2013-12-08 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa |
2013-12-08 | core/dev: do not ignore dmac in dev_forward_skb() | Alexei Starovoitov |
2013-12-08 | net: Fix "ip rule delete table 256" | Andreas Henriksson |
2013-11-20 | net: flow_dissector: fail on evil iph->ihl | Jason Wang |
2013-10-09 | net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected | Fabio Estevam |
2013-10-08 | pkt_sched: fq: fix non TCP flows pacing | Eric Dumazet |
2013-10-07 | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov |
2013-10-07 | netif_set_xps_queue: make cpu mask const | Michael S. Tsirkin |
2013-09-30 | net: flow_dissector: fix thoff for IPPROTO_AH | Eric Dumazet |
2013-09-28 | net: net_secret should not depend on TCP | Eric Dumazet |
2013-09-28 | net: Delay default_device_exit_batch until no devices are unregistering v2 | Eric W. Biederman |