summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet-0/+1
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne-0/+3
2014-04-03net: add busy_poll device featureJiri Pirko-0/+8
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann-1/+1
2014-04-03packet: report tx_dropped in packet_direct_xmitDaniel Borkmann-0/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-7311/+15444
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-57/+43
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman-1/+1
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann-21/+148
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister-235/+234
2014-04-01mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister-0/+26
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann-2/+2
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina-0/+90
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds-16/+16
2014-03-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-77/+106
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa-10/+11
2014-03-31ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa-12/+15
2014-03-31net-gro: restore frag0 optimizationEric Dumazet-32/+64
2014-03-31rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin-1/+2
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny-1/+18
2014-03-31ipv6: tcp_ipv6 policy route issueWang Yufen-7/+11
2014-03-31ipv6: reuse rt6_need_strictWang Yufen-6/+0
2014-03-31ipv6: tcp_ipv6 do some cleanupWang Yufen-13/+11
2014-03-31bridge: use is_skb_forwardable in forward pathVlad Yasevich-7/+2
2014-03-31net: Allow modules to use is_skb_forwardableVlad Yasevich-2/+2
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-77/+106
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov-300/+1157
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann-1/+7
2014-03-31net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann-7/+14
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann-2/+25
2014-03-31net: filter: keep original BPF program aroundDaniel Borkmann-29/+80
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann-0/+1
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-122/+257
2014-03-29ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen-15/+15
2014-03-29ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen-8/+10
2014-03-29ipv6: fix checkpatch errors comments and spaceWang Yufen-14/+12
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman-5/+5
2014-03-29netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman-2/+2
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman-8/+8
2014-03-29netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman-9/+4
2014-03-29netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman-25/+36
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman-19/+17
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen-1/+1
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich-0/+3
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich-5/+20
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich-5/+11