summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2012-09-14cgroup: net_prio: Do not define task_netpioidx() when not selectedDaniel Wagner
2012-09-14cgroup: net_cls: Do not define task_cls_classid() when not selectedDaniel Wagner
2012-09-13pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat
2012-09-10net: fix net/core/sock.c build errorRandy Dunlap
2012-09-10filter: add MOD operationEric Dumazet
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso
2012-09-08net: small bug on rxhash calculationChema Gonzalez
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman
2012-09-05net: add unknown state to sysfs NIC duplex exportNikolay Aleksandrov
2012-09-03net: sock_edemux() should take care of timewait socketsEric Dumazet
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy
2012-08-29netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-24net: Set device operstate at registration timeBen Hutchings
2012-08-24cls_cgroup: Allow classifier cgroups to have their classid reset to 0Neil Horman
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet
2012-08-22net: remove delay at device dismantleEric Dumazet
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-16net: netprio: fix cgrp create and write priomap raceJohn Fastabend
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend
2012-08-16net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend
2012-08-14userns: Convert sock_i_uid to return a kuid_tEric W. Biederman
2012-08-14userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman
2012-08-14userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman
2012-08-14netpoll: re-enable irq in poll_napi()Amerigo Wang
2012-08-14netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-08-14net: remove netdev_bonding_change()Amerigo Wang
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov