summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2014-04-18netpoll: fix the skb check in pkt_is_nsLi RongQing
2014-04-18rtnetlink: fix fdb notification flagsNicolas Dichtel
2014-04-18tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-13neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-02-26net: use __GFP_NORETRY for high order allocationsEric Dumazet
2014-02-26net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-02-26net: add and use skb_gso_transport_seglen()Florian Westphal
2014-02-26netpoll: fix netconsole IPv6 setupSabrina Dubroca
2014-02-26net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi
2014-02-06bpf: do not use reciprocal divideEric Dumazet
2014-01-15netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller
2014-01-15vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2014-01-15net: unix: allow set_peek_off to failSasha Levin
2014-01-15net: drop_monitor: fix the value of maxattrChangli Gao
2014-01-15net: clear local_df when passing skb between namespacesHannes Frederic Sowa
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-12-08gso: handle new frag_list of frags GRO packetsHerbert Xu
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-12-08core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang
2013-10-09net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin
2013-09-30net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet
2013-09-28net: net_secret should not depend on TCPEric Dumazet
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov
2013-09-12netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang
2013-09-11net: fix multiqueue selectionEric Dumazet
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-03net: neighbour: Remove CONFIG_ARPDTim Gardner
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2013-08-30net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet
2013-08-29net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico
2013-08-29net: remove search_list from netdev_adjacentVeaceslav Falico
2013-08-29net: add lower_dev_list to net_device and make a full meshVeaceslav Falico
2013-08-29net: rename netdev_upper to netdev_adjacentVeaceslav Falico
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman