aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+6
2013-10-29netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger1-1/+6
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause2-51/+28
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2-16/+2
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu1-2/+2
2013-10-29net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu1-1/+1
2013-10-29net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu1-1/+1
2013-10-29ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa1-4/+8
2013-10-29tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-10-28ipv6: Remove privacy config option.David S. Miller2-56/+3
2013-10-286lowpan: remove unnecessary breakAlexander Aring1-1/+0
2013-10-286lowpan: remove skb->dev assignmentAlexander Aring1-1/+0
2013-10-286lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring1-2/+2
2013-10-286lowpan: remove unnecessary check on err >= 0Alexander Aring1-1/+1
2013-10-286lowpan: remove unnecessary ret variableAlexander Aring1-4/+2
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso1-2/+39
2013-10-28netfilter: nft_nat: Fix endianness issue reported by sparseTomasz Bursztyka1-4/+8
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso1-0/+1
2013-10-28net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann1-2/+7
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert2-2/+2
2013-10-28sctp: merge two if statements to onewangweidong1-9/+5
2013-10-28sctp: remove the repeat initialize with 0wangweidong1-21/+8
2013-10-28sctp: fix some comments in chunk.c and associola.cwangweidong2-3/+3
2013-10-28inet: restore gso for vxlanEric Dumazet1-8/+7
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet1-0/+1
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng1-3/+10
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng1-1/+2
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng1-5/+13
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal1-0/+2
2013-10-27netfilter: ipset: remove duplicate defineMichael Opdenacker1-1/+0
2013-10-27netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik1-1/+1
2013-10-25ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-13/+18
2013-10-25net: fix rtnl notification in atomic contextAlexei Starovoitov2-12/+13
2013-10-25net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa1-13/+21
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa1-3/+4
2013-10-25net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov1-0/+1
2013-10-25netem: markov loss model transition fixHagen Paul Pfeifer1-1/+0
2013-10-23Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller18-477/+956
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa1-3/+0
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2-8/+20
2013-10-23ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa1-0/+1
2013-10-23net: sctp: fix ASCONF to allow non SCTP_ADDR_SRC addresses in ipv6Daniel Borkmann1-1/+3
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-13/+25
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-169/+324
2013-10-23net: always inline net_secret_initHannes Frederic Sowa1-1/+1
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich5-97/+157
2013-10-23batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-10-23batman-adv: include the sync-flags when compute the global/local table CRCAntonio Quartulli3-2/+28
2013-10-23batman-adv: improve the TT component to support runtime flag changesAntonio Quartulli2-1/+30