summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-5/+5
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-5/+5
* | bonding: Fix stacked device detection in arp monitoringVlad Yasevich2014-05-161-0/+26
* | vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-161-1/+0
* | net: Find the nesting level of a given device by type.Vlad Yasevich2014-05-161-0/+50
* | net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-162-2/+3
* | rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-153-3/+34
* | net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-4/+4
* | neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong2014-05-131-2/+2
* | Revert "net: core: introduce netif_skb_dev_features"Florian Westphal2014-05-071-12/+10
* | rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-241-6/+10
* | rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-241-5/+12
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-9/+11
* | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+49
* | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-241-2/+2
* | net: filter: initialize A and X registersAlexei Starovoitov2014-04-231-7/+9
* | net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-221-2/+2
* | vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-181-0/+1
|/
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-6/+9
* net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-04-141-1/+1
* net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann2014-04-141-1/+0
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-04-131-1/+7
* pktgen: be friendly to LLTX devicesDaniel Borkmann2014-04-121-2/+6
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-5/+3
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-04-101-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-084-21/+28
|\
| * netdev: remove potentially harmful checksVeaceslav Falico2014-04-071-4/+2
| * pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann2014-04-071-1/+1
| * net: filter: be more defensive on div/mod by X==0Daniel Borkmann2014-04-071-16/+16
| * net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-04-031-0/+1
| * net: add busy_poll device featureJiri Pirko2014-04-032-0/+8
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+7
|\ \
| * | net/core/flow.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
* | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-032-48/+8
|\ \ \ | |_|/ |/| |
| * | cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-1/+1
| * | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-132-2/+2
| * | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-082-7/+3
| * | cgroup: drop module supportTejun Heo2014-02-082-2/+0
| * | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo2014-02-082-36/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-0215-1177/+1813
|\ \ \
| * | | netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman2014-04-011-1/+1
| * | | net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-013-18/+142
| * | | net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann2014-04-011-2/+2
| * | | net-gro: restore frag0 optimizationEric Dumazet2014-03-311-32/+64
| * | | net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-312-1/+16
| * | | net: Allow modules to use is_skb_forwardableVlad Yasevich2014-03-311-2/+2
| * | | net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2014-03-311-300/+1157
| * | | net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-311-1/+7
| * | | net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann2014-03-311-7/+14
| * | | net: filter: move filter accounting to filter coreDaniel Borkmann2014-03-311-2/+25