aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-13netfilter: ctnetlink: refactor ctnetlink_create_expectPablo Neira Ayuso1-69/+87
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal6-40/+14
2013-08-07ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann1-0/+6
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu1-4/+4
2013-08-05netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal1-1/+1
2013-07-31netfilter: nf_nat: use per-conntrack locking for sequence number adjustmentsPatrick McHardy1-13/+6
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy7-13/+13
2013-07-31netfilter: nf_nat: fix locking in nf_nat_seq_adjust()Patrick McHardy1-1/+6
2013-07-31netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal3-30/+20
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal3-212/+220
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal6-89/+16
2013-07-31netfilter: nf_queue: relax NFQA_CT attribute checkFlorian Westphal1-3/+1
2013-07-31netfilter: connlabels: remove unneeded includesFlorian Westphal1-4/+0
2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy3-6/+7
2013-07-31netfilter: nf_conntrack: remove net_ratelimit() for LOG_INVALID()Patrick McHardy1-7/+0
2013-07-31netfilter: xt_addrtype: fix trivial typoPhil Oester1-1/+1
2013-07-24drivers/net/ethernet/stmicro/stmmac: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2013-07-24net: Make devnet_rename_seq staticThomas Gleixner2-4/+1
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet10-6/+61
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet7-8/+12
2013-07-24net: sctp: trivial: add uapi/linux/sctp.h into maintainersDaniel Borkmann1-0/+1
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann38-42/+39
2013-07-24drivers: net: cpsw: add support to show hw stats via ethtoolMugunthan V N1-2/+200
2013-07-24bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_main.cdingtianhong1-1/+1
2013-07-24bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong1-4/+11
2013-07-24bonding: bond_sysfs.c checkpatch cleanupdingtianhong1-4/+2
2013-07-24bonding: don't call slave_xxx_netpoll under spinlocksdingtianhong1-12/+3
2013-07-24drivers/net: enic: Move ethtool code to a separate fileNeel Patel5-270/+309
2013-07-24net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-24be2net: delete primary MAC address while unloadingSathya Perla1-3/+5
2013-07-24be2net: use SET/GET_MAC_LIST for SH-RSathya Perla3-36/+50
2013-07-24be2net: refactor MAC-addr setup codeSathya Perla3-58/+48
2013-07-24be2net: fix pmac_id for BE3 VFsSathya Perla1-0/+4
2013-07-24be2net: allow VFs to program MAC and VLAN filtersSathya Perla3-0/+53
2013-07-24be2net: fix MAC address modification for VFSathya Perla3-38/+73
2013-07-24sh_eth: Add support for r8a7790 SoCSimon Horman2-1/+22
2013-07-24sh_eth: add support for RMIIMODE registerSimon Horman2-0/+6
2013-07-24net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du1-8/+8
2013-07-24net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du1-1/+0
2013-07-23vti: switch to new ip tunnel codeAmerigo Wang1-476/+52
2013-07-23ip6mr: change the prototype of ip6_mr_forward().Rami Rosen1-6/+5
2013-07-23ipmr: change the prototype of ip_mr_forward().Rami Rosen1-8/+7
2013-07-23team: add support for sending multicast rejoinsJiri Pirko2-0/+91
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko7-42/+60
2013-07-23team: add peer notificationJiri Pirko2-1/+94
2013-07-23macvlan fdb replace supportThomas Richter1-0/+3
2013-07-23vxlan fdb replace an existing entryThomas Richter1-0/+38
2013-07-22tcp: use RTT from SACK for RTOYuchung Cheng1-9/+14
2013-07-22tcp: measure RTT from new SACKYuchung Cheng1-6/+17
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2-50/+18