aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-18
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-15
* net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-04-14
* net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann2014-04-14
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-04-13
* pktgen: be friendly to LLTX devicesDaniel Borkmann2014-04-12
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-04-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-08
|\
| * netdev: remove potentially harmful checksVeaceslav Falico2014-04-07
| * pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann2014-04-07
| * net: filter: be more defensive on div/mod by X==0Daniel Borkmann2014-04-07
| * net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-04-03
| * net: add busy_poll device featureJiri Pirko2014-04-03
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-07
|\ \
| * | net/core/flow.c: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-20
* | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-03
|\ \ \ | |_|/ |/| |
| * | cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-19
| * | cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-13
| * | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-08
| * | cgroup: drop module supportTejun Heo2014-02-08
| * | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo2014-02-08
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-02
|\ \ \
| * | | netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman2014-04-01
| * | | net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-01
| * | | net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann2014-04-01
| * | | net-gro: restore frag0 optimizationEric Dumazet2014-03-31
| * | | net-sysfs: expose number of carrier on/off changesdavid decotigny2014-03-31
| * | | net: Allow modules to use is_skb_forwardableVlad Yasevich2014-03-31
| * | | net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2014-03-31
| * | | net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann2014-03-31
| * | | net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann2014-03-31
| * | | net: filter: move filter accounting to filter coreDaniel Borkmann2014-03-31
| * | | net: filter: keep original BPF program aroundDaniel Borkmann2014-03-31
| * | | net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-31
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-29
| |\ \ \
| * | | | netpoll: Respect NETIF_F_LLTXEric W. Biederman2014-03-29
| * | | | netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman2014-03-29
| * | | | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-29
| * | | | netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman2014-03-29
| * | | | netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman2014-03-29
| * | | | netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-29
| * | | | net: net: add a core netdev->tx_dropped counterEric Dumazet2014-03-28
| * | | | net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal2014-03-27
| * | | | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-26
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-25
| |\ \ \ \
| * | | | | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-17
| * | | | | netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-17
| * | | | | netpoll: Consolidate neigh_tx processing in service_neigh_queueEric W. Biederman2014-03-17
| * | | | | netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-17