aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel
2013-06-04net: fix sk_buff head without data areaPablo Neira
2013-05-31net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh
2013-05-31net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh
2013-05-31net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh
2013-05-31net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh
2013-05-28net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar
2013-05-06netpoll: inverted down_trylock() testDan Carpenter
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala
2013-04-29net/core: remove duplicate statements by do-while loopAkinobu Mita
2013-04-29net/core: rename random32() to prandom_u32()Akinobu Mita
2013-04-29net: defer net_secret[] initializationEric Dumazet
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel
2013-04-25net: fix address check in rtnl_fdb_delVlad Yasevich
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-22net: Remove return value from list_netdevice()dingtianhong
2013-04-19net: rate-limit warn-bad-offload splats.Ben Greear
2013-04-19net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches
2013-04-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich
2013-04-12Revert "netprio_cgroup: make local table static"David S. Miller
2013-04-10netprio_cgroup: make local table staticstephen hemminger
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li
2013-04-09cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch
2013-04-07scm: Stop passing struct credEric W. Biederman