aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-16bonding: Fix stacked device detection in arp monitoringVlad Yasevich
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-05-16net: Find the nesting level of a given device by type.Vlad Yasevich
2014-05-16net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa
2014-05-13neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal
2014-04-24rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson
2014-04-24rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann
2014-04-13filter: prevent nla extensions to peek beyond the end of the messageMathias Krause
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-10net: core: don't account for udp header size when computing seglenFlorian Westphal
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico
2014-04-07pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann
2014-04-07net: filter: be more defensive on div/mod by X==0Daniel Borkmann
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-04-03net: add busy_poll device featureJiri Pirko
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann
2014-03-31net-gro: restore frag0 optimizationEric Dumazet
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann
2014-03-31net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann
2014-03-31net: filter: keep original BPF program aroundDaniel Borkmann
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman