summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-022-22/+1
|\
| * Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2013-06-172-3/+8
| |\
| * \ Merge 3.10-rc5 into char-misc-nextGreg Kroah-Hartman2013-06-083-11/+16
| |\ \
| * | | net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-052-22/+1
* | | | net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-263-30/+40
* | | | gre: fix a possible skb leakEric Dumazet2013-06-251-8/+12
* | | | vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao2013-06-171-3/+3
| |_|/ |/| |
* | | sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-102-3/+8
| |/ |/|
* | net: fix sk_buff head without data areaPablo Neira2013-06-041-2/+2
* | net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh2013-05-311-1/+1
* | net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh2013-05-311-4/+7
* | net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh2013-05-311-1/+2
* | net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh2013-05-311-0/+1
* | net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga2013-05-281-3/+3
|/
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-201-50/+0
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-111-12/+0
* gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-081-0/+11
* netpoll: inverted down_trylock() testDan Carpenter2013-05-061-1/+1
* rps_dev_flow_table_release(): no need to delay vfree()Al Viro2013-05-061-11/+1
* net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2013-05-021-1/+1
* net: use netdev_features_t in skb_needs_linearize()Patrick McHardy2013-05-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-11/+10
|\
| * proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-4/+2
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-3/+4
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0119-312/+635
|\ \
| * | netpoll: convert mutex into a semaphoreNeil Horman2013-05-011-7/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-8/+14
| |\ \
| | * | unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier2013-04-301-8/+13
| | * | unix/dgram: peek beyond 0-sized skbsBenjamin Poirier2013-04-301-1/+2
| * | | net: Use consume_skb() to free gso segmented skbSridhar Samudrala2013-04-301-1/+4
| * | | net: defer net_secret[] initializationEric Dumazet2013-04-291-3/+1
| * | | sock_diag: allow to dump bpf filtersNicolas Dichtel2013-04-291-0/+33
| * | | net: fix address check in rtnl_fdb_delVlad Yasevich2013-04-251-1/+1
| * | | net: remove redundant code in dev_hard_start_xmit()Eric Dumazet2013-04-251-7/+0
| * | | packet: tx timestamping on tpacket ringWillem de Bruijn2013-04-251-6/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-222-2/+5
| |\| |
| * | | net: Remove return value from list_netdevice()dingtianhong2013-04-221-3/+1
| * | | net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller2013-04-191-0/+3
| * | | net: add function to allocate sk_buff head without data areaPatrick McHardy2013-04-191-1/+29
| * | | net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-6/+10
| * | | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-193-4/+7
| * | | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-193-17/+19
| * | | neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches2013-04-161-29/+20
| * | | net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich2013-04-151-42/+168
| * | | Revert "netprio_cgroup: make local table static"David S. Miller2013-04-121-1/+1
| * | | netprio_cgroup: make local table staticstephen hemminger2013-04-101-1/+1
| * | | netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li2013-04-092-4/+4
| * | | cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li2013-04-092-4/+4
| * | | scm: Stop passing struct credEric W. Biederman2013-04-071-16/+0