summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: init perm_addr in register_netdevice()Jiri Pirko2013-01-091-0/+7
* netpoll: add IPv6 supportCong Wang2013-01-091-10/+236
* ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang2013-01-093-35/+98
* netpoll: prepare for ipv6Cong Wang2013-01-091-178/+224
* net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-092-1/+4
* ethtool: consolidate work with ethtool_opsJiri Pirko2013-01-081-24/+21Star
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-077-16/+18
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-072-28/+21Star
* net: splice: avoid high order page splittingEric Dumazet2013-01-071-29/+9Star
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-076-18/+18
* ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko2013-01-071-1/+3
* ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明2013-01-051-2/+2
* net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2013-01-041-63/+0Star
* bonding: remove usage of dev->masterJiri Pirko2013-01-041-0/+1
* vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko2013-01-041-7/+11
* netpoll: remove usage of dev->masterJiri Pirko2013-01-041-3/+6
* bridge: remove usage of netdev_set_master()Jiri Pirko2013-01-041-3/+3
* rtnetlink: remove usage of dev->masterJiri Pirko2013-01-041-32/+37
* vlan: add link to upper deviceJiri Pirko2013-01-041-1/+9
* net: introduce upper device listsJiri Pirko2013-01-041-4/+235
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-044-5/+0Star
* net: add address assign type "SET"Jiri Pirko2013-01-041-0/+1
* net: call add_device_randomness() only after successful mac changeJiri Pirko2013-01-041-3/+4
* rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko2013-01-041-18/+2Star
* bridge: respect RFC2863 operational statestephen hemminger2012-12-304-6/+9
* net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann2012-12-301-0/+7
* skbuff: make __kmalloc_reserve staticstephen hemminger2012-12-291-2/+3
* tcp: make proc_tcp_fastopen_key staticstephen hemminger2012-12-291-2/+2
* sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger2012-12-291-1/+1
* net: use per task frag allocator in skb_append_datato_fragsEric Dumazet2012-12-291-27/+16Star
* rtnl: expose carrier value with possibility to set itJiri Pirko2012-12-291-0/+10
* net: allow to change carrier via sysfsJiri Pirko2012-12-291-1/+14
* net: add change_carrier netdev opJiri Pirko2012-12-291-0/+19
* ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-271-2/+1Star
* ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata2012-12-271-1/+1
* IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike2012-12-271-6/+5Star
* IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike2012-12-271-3/+6
* tcp: should drop incoming frames without ACK flag setEric Dumazet2012-12-271-4/+10
* batman-adv: fix random jitter calculationAkinobu Mita2012-12-261-1/+1
* arp: fix a regression in arp_solicit()Cong Wang2012-12-251-3/+3
* net: sched: integer overflow fixStefan Hasko2012-12-221-1/+1
* CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-223-15/+0Star
* bridge: call br_netpoll_disable in br_add_ifGao feng2012-12-211-3/+5
* ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet2012-12-211-5/+3Star
* net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-212-11/+11
* ip_gre: fix possible use after freeEric Dumazet2012-12-211-1/+5
* ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata2012-12-211-1/+4
* Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-205-60/+61
|\
| * nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-184-7/+11
| * svcrpc: fix some printksJ. Bruce Fields2012-12-171-4/+4