summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-038-20/+14
* net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2014-01-038-151/+143
* netfilter: xt_CT: fix error value in xt_ct_tg_check()Eric Leblond2014-01-031-1/+3
* netfilter: nf_conntrack: remove dead codestephen hemminger2014-01-035-30/+0
* netfilter: ipset: remove unused codestephen hemminger2014-01-032-29/+0
* netfilter: nf_nat: add full port randomization supportDaniel Borkmann2014-01-033-10/+16
* ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven2013-12-271-1/+4
* netfilter: add IPv4/6 IPComp extension match supportfan.du2013-12-245-0/+138
* netfilter: nfnetlink_queue: enable UID/GID socket info retrievalValentina Giusti2013-12-212-1/+38
* netfilter: ctnetlink: honor CTA_MARK_MASK when setting ctmarkFlorian Westphal2013-12-201-2/+10
* netfilter: avoid get_random_bytes callsFlorian Westphal2013-12-206-13/+5
* net: reorder struct netns_ct for better cache-line usageJesper Dangaard Brouer2013-12-131-16/+17
* ipv6: fix incorrect type in declarationFlorent Fourcot2013-12-121-1/+2
* net: eth: 8390: remove section warning in etherh.cOlof Johansson2013-12-121-1/+1
* net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-126-75/+97
* Merge branch 'macvtap_capture'David S. Miller2013-12-123-46/+38
|\
| * macvlan: Remove custom recieve and forward handlersVlad Yasevich2013-12-123-20/+7
| * macvtap: Add support of packet capture on macvtap device.Vlad Yasevich2013-12-121-27/+32
|/
* Merge branch 'bpf'David S. Miller2013-12-116-49/+2930
|\
| * filter: doc: improve BPF documentationDaniel Borkmann2013-12-111-47/+561
| * filter: bpf_asm: add minimal bpf asm toolDaniel Borkmann2013-12-114-2/+960
| * filter: bpf_dbg: add minimal bpf debuggerDaniel Borkmann2013-12-112-2/+1411
|/
* net: eth: cpsw: 64-bit phys_addr_t and sparse cleanupOlof Johansson2013-12-111-4/+4
* net: eth: davinci_cpdma: Mark a local variable staticOlof Johansson2013-12-111-1/+1
* net: eth: davinci_cpdma: 64-bit phys/dma_addr_t cleanupOlof Johansson2013-12-111-3/+2
* 8390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead2013-12-1116-302/+426
* ipv6: router reachability probingJiri Benc2013-12-113-6/+26
* sctp: remove redundant null check on asocwangweidong2013-12-111-4/+2
* sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-114-11/+11
* vxlan: leave multicast group when vxlan device downGao feng2013-12-111-6/+21
* vxlan: remove vxlan_group_used in vxlan_openGao feng2013-12-111-3/+1
* bgmac: replace some magic values with definesRafał Miłecki2013-12-112-9/+18
* bgmac: reset cached MAC state during chip resetRafał Miłecki2013-12-111-0/+2
* net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang2013-12-111-35/+122
* net: macb: Fix build warningSoren Brinkmann2013-12-111-1/+1
* Merge branch 'tipc'David S. Miller2013-12-119-747/+311
|\
| * tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-112-11/+7
| * tipc: eliminate code duplication in media layerYing Xue2013-12-114-231/+149
| * tipc: relocate common functions from media to bearerYing Xue2013-12-115-401/+114
| * tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-114-46/+68
| * tipc: improve naming and comment consistency in media layerJon Paul Maloy2013-12-112-19/+19
| * tipc: initiate media type array at compile timeJon Paul Maloy2013-12-114-62/+23
| * tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-112-55/+9
|/
* Merge branch 'macb'David S. Miller2013-12-102-29/+98
|\
| * net: macb: Adjust tx_clk when link speed changesSoren Brinkmann2013-12-102-0/+65
| * net: macb: Use devm_request_irq()Soren Brinkmann2013-12-101-5/+3
| * net: macb: Use devm_ioremap()Soren Brinkmann2013-12-101-5/+3
| * net: macb: Migrate to devm clock interfaceSoren Brinkmann2013-12-101-12/+20
| * net: macb: Migrate to dev_pm_opsSoren Brinkmann2013-12-101-7/+7
|/