aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-13net: ptp: mark filter as __initdataMathias Krause1-1/+1
2014-05-13net: filter: Fix redefinition warnings on x86-64.David S. Miller1-34/+37
2014-05-12net: rename local_df to ignore_dfWANG Cong1-2/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+94
2014-05-12net: filter: make BPF conversion more readableAlexei Starovoitov1-92/+50
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal1-12/+10
2014-05-05unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu1-4/+4
2014-05-04net: filter: misc/various cleanupsDaniel Borkmann1-8/+7
2014-05-04net: filter: make register naming more comprehensibleDaniel Borkmann1-106/+109
2014-05-04net: filter: simplify label names from jump-tableDaniel Borkmann1-154/+154
2014-04-28ethtool: exit the loop when invalid index occursJean Sacren1-1/+3
2014-04-26net_namespace: trivial cleanupxiao jin1-1/+1
2014-04-24rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-04-24rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-9/+11
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman1-2/+2
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+11
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov1-7/+9
2014-04-22filter: added BPF random opcodeChema Gonzalez1-0/+12
2014-04-22ethtool: Support for configurable RSS hash keyVenkata Duvvuru1-14/+207
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski1-2/+2
2014-04-20net: Add __dev_forward_skbHerbert Xu1-18/+24
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-0/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-6/+9
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann1-1/+0
2014-04-13filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann1-2/+6
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-5/+3
2014-04-10net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-21/+28
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+7
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico1-4/+2
2014-04-07pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann1-1/+1
2014-04-07net: filter: be more defensive on div/mod by X==0Daniel Borkmann1-16/+16
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-48/+8
2014-04-03net: add busy_poll device featureJiri Pirko2-0/+8
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-1177/+1813
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman1-1/+1
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann3-18/+142
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann1-2/+2
2014-03-31net-gro: restore frag0 optimizationEric Dumazet1-32/+64
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny2-1/+16
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich1-2/+2
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov1-300/+1157
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann1-1/+7