summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2012-04-10netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik1-2/+2
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso2-15/+11
2012-04-09netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao1-2/+2
2012-04-06net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2012-04-06netlink: fix races after skb queueingEric Dumazet1-11/+13
2012-04-06doc, net: Update ndo_start_xmit return type and valuesBen Hutchings1-10/+12
2012-04-06doc, net: Remove instruction to set net_device::trans_startBen Hutchings1-5/+2
2012-04-06doc, net: Update netdev operation namesBen Hutchings2-14/+14
2012-04-06doc, net: Update documentation of synchronisation for TX multiqueueBen Hutchings1-3/+3
2012-04-06doc, net: Remove obsolete reference to dev->pollBen Hutchings1-2/+1
2012-04-06ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings1-2/+1
2012-04-06MAINTAINERS: update for Marvell Ethernet driversstephen hemminger1-12/+7
2012-04-06bonding: properly unset current_arp_slave on slave link upVeaceslav Falico1-1/+5
2012-04-06phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-06tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet4-6/+9
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-05mlx4: allocate just enough pages instead of always 4 pagesThadeu Lima de Souza Cascardo1-2/+3
2012-04-05stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde1-2/+4
2012-04-05bnx2x: Clear MDC/MDIO warning messageYaniv Rosner2-2/+1
2012-04-05bnx2x: Fix BCM57711+BCM84823 link issueYaniv Rosner1-2/+2
2012-04-05bnx2x: Clear BCM84833 LED after fan failureYaniv Rosner2-0/+12
2012-04-05bnx2x: Fix BCM84833 PHY FW version presentationYaniv Rosner1-2/+1
2012-04-05bnx2x: Fix link issue for BCM8727 boards.Yaniv Rosner1-7/+14
2012-04-05bnx2x: Restore 1G LED on BCM57712+BCM8727 designs.Yaniv Rosner1-15/+18
2012-04-05bnx2x: Fix BCM578x0-SFI pre-emphasis settingsYaniv Rosner1-5/+5
2012-04-05bnx2x: Fix BCM57810-KR AN speed transitionYaniv Rosner1-2/+18
2012-04-05bnx2x: Fix BCM57810-KR FCYaniv Rosner2-0/+31
2012-04-05bnx2x: PFC fixYaniv Rosner2-1/+18
2012-04-05sky2: copy received packets on inefficient unaligned architecturestephen hemminger1-1/+12
2012-04-05net/bonding: correctly proxy slave neigh param setup ndo functionShlomo Pongratz1-8/+43
2012-04-05net/bonding: emit address change event also in bond_releaseShlomo Pongratz1-0/+3
2012-04-05sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-04netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso1-0/+1
2012-04-04netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso1-5/+19
2012-04-04netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock sectionPablo Neira Ayuso1-1/+1
2012-04-04Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller3-3/+5
2012-04-04r8169: enable napi on resume.Artem Savkov1-0/+3
2012-04-04bnx2x: correction to firmware interfaceYuval Mintz1-55/+55
2012-04-04phy:icplus:fix Auto Power Saving in ip101a_config_init.Srinivas Kandagatla1-1/+2
2012-04-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller3-84/+112
2012-04-04e1000e: Guarantee descriptor writeback flush success.Matthew Vick1-0/+17
2012-04-04e1000e: prevent oops when adapter is being closed and reset simultaneouslyBruce Allan2-0/+15
2012-04-04ixgbe: driver fix for link flapMultanen, Eric W1-84/+80
2012-04-04bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2-48/+115
2012-04-04bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert1-3/+6
2012-04-04TCP: update ip_local_port_range documentationFernando Luis Vazquez Cao1-9/+2
2012-04-04tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-04-04ppp: Don't stop and restart queue on every TX packetDavid Woodhouse1-5/+9
2012-04-04net: fix /proc/net/dev regressionEric Dumazet3-48/+15