summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-01-12batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli1-7/+5
2013-01-12batman-adv: unify and properly print hex valuesAntonio Quartulli3-11/+11
2013-01-12batman-adv: print the CRC together with the translation tablesAntonio Quartulli1-6/+9
2013-01-12batman-adv: improve local translation table outputAntonio Quartulli1-4/+23
2013-01-12batman-adv: reduce local TT entry timeout to 10 minutesAntonio Quartulli1-1/+1
2013-01-12batman-adv: Do not add multicast MAC addresses to translation tableLinus Lüssing1-1/+2
2013-01-12batman-adv: use per_cpu_add helperShan Wei1-3/+1
2013-01-12net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-01-12ipv4: fib: fix a comment.Rami Rosen1-1/+1
2013-01-12net, wireless: overwrite default_ethtool_opsStanislaw Gruszka2-2/+9
2013-01-12net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck1-0/+1
2013-01-12Merge tag 'nfs-for-3.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-4/+11
2013-01-11tcp: accept RST without ACK flagEric Dumazet1-2/+2
2013-01-11net: Add support for XPS without sysfs being definedAlexander Duyck3-21/+21
2013-01-11net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck1-66/+117
2013-01-11net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck1-23/+33
2013-01-11net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2-143/+160
2013-01-11net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck1-25/+32
2013-01-11net_sched: more precise pkt_len computationEric Dumazet1-1/+21
2013-01-11nfs: fix sunrpc/clnt.c kernel-doc warningsRandy Dunlap1-1/+1
2013-01-11ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]Romain Kuntz1-14/+11
2013-01-11ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz1-1/+1
2013-01-11tcp: fix splice() and tcp collapsing interactionEric Dumazet1-3/+10
2013-01-11tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet1-1/+1
2013-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2013-01-10netfilter: xt_CT: fix unset return value if conntrack zone are disabledPablo Neira Ayuso1-2/+2
2013-01-10ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明1-5/+4
2013-01-10unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-10openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-10ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-91/+202
2013-01-09net: init perm_addr in register_netdevice()Jiri Pirko1-0/+7
2013-01-09net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-01-09netpoll: add IPv6 supportCong Wang1-10/+236
2013-01-09ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang3-35/+98
2013-01-09netpoll: prepare for ipv6Cong Wang1-178/+224
2013-01-09net: introduce skb_transport_header_was_set()Eric Dumazet2-1/+4
2013-01-08SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust2-4/+11
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-68/+221
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-1/+1
2013-01-08ethtool: consolidate work with ethtool_opsJiri Pirko1-24/+21
2013-01-08Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller3-31/+28
2013-01-07sctp: fix Kconfig bug in default cookie hmac selectionAlex Elder1-1/+1
2013-01-07ipv4: fix NULL checking in devinet_ioctl()Xi Wang1-1/+1
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa7-16/+18
2013-01-07ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2-28/+21
2013-01-07net: splice: avoid high order page splittingEric Dumazet1-29/+9