summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-04-24netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka4-2/+154
2014-04-23netfilter: nf_tables: Make meta expression core functions publicTomasz Bursztyka1-25/+25
2014-04-23netfilter: nf_tables: Stack expression type depending on their familyTomasz Bursztyka1-1/+4
2014-04-14netfilter: nf_tables: handle more than 8 * PAGE_SIZE set name allocationsPatrick McHardy1-5/+10
2014-04-03netfilter: nf_tables: add set_elem notificationsArturo Borrero1-0/+82
2014-04-02netfilter: nft_hash: use set global element counter instead of private onePatrick McHardy1-7/+2
2014-04-02netfilter: nf_tables: implement proper set selectionPatrick McHardy3-18/+169
2014-04-02netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy1-53/+43
2014-04-02netfilter: nft_meta: split nft_meta_init() into two functions for get/setPatrick McHardy1-35/+30
2014-04-02netfilter: nft_ct: add missing ifdef for NFT_MARK settingPatrick McHardy1-0/+2
2014-04-02netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman1-1/+1
2014-04-02net: ptp: move PTP classifier in its own fileDaniel Borkmann5-21/+148
2014-04-02mac802154: make csma/cca parameters per-wpanPhoebe Buckheister9-235/+234
2014-04-02mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2-0/+26
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann1-2/+2
2014-04-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller6-77/+106
2014-04-01ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-04-01ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa1-12/+15
2014-04-01net-gro: restore frag0 optimizationEric Dumazet1-32/+64
2014-04-01rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-04-01net-sysfs: expose number of carrier on/off changesdavid decotigny3-1/+18
2014-04-01ipv6: tcp_ipv6 policy route issueWang Yufen1-7/+11
2014-04-01ipv6: reuse rt6_need_strictWang Yufen1-6/+0
2014-04-01ipv6: tcp_ipv6 do some cleanupWang Yufen1-13/+11
2014-04-01bridge: use is_skb_forwardable in forward pathVlad Yasevich1-7/+2
2014-04-01net: Allow modules to use is_skb_forwardableVlad Yasevich1-2/+2
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-77/+106
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
2014-03-31net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann1-7/+14
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann1-2/+25
2014-03-31net: filter: keep original BPF program aroundDaniel Borkmann2-29/+80
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-0/+1
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-122/+257
2014-03-30ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen1-15/+15
2014-03-30ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen1-8/+10
2014-03-30ipv6: fix checkpatch errors comments and spaceWang Yufen1-14/+12
2014-03-30netpoll: Respect NETIF_F_LLTXEric W. Biederman1-5/+5
2014-03-30netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman1-2/+2
2014-03-30netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2-8/+8
2014-03-30netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman1-9/+4
2014-03-30netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman1-25/+36
2014-03-30netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman5-19/+17
2014-03-29vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+3
2014-03-29bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-29net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2-5/+11
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-51/+142
2014-03-29net: net: add a core netdev->tx_dropped counterEric Dumazet1-0/+2
2014-03-29packet: respect devices with LLTX flag in direct xmitDaniel Borkmann1-20/+20
2014-03-29tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1