kernel_optimize_test/net
Himangi Saraogi 8242fc3392 net: ipv6: Use BUG_ON
The semantic patch that makes the transformation is as follows:

// <smpl>
@@ expression e; @@
-if (e) BUG();
+BUG_ON(e);
// </smpl>

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-11 15:06:38 -07:00
..
9p
802
8021q vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device 2014-07-07 16:57:26 -07:00
appletalk appletalk: fix a coccinella warning in net/appletalk/ddp.c 2014-07-08 14:32:17 -07:00
atm Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00
ax25
batman-adv batman-adv: Use kasprintf 2014-07-07 17:00:31 -07:00
bluetooth Bluetooth: Allow change security level on ATT_CID in slave role 2014-06-13 14:36:39 +02:00
bridge bridge: netlink dump interface at par with brctl 2014-07-10 12:37:33 -07:00
caif net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursive 2014-07-02 17:05:29 -07:00
can
ceph Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 2014-06-12 23:06:23 -07:00
core bridge: netlink dump interface at par with brctl 2014-07-10 12:37:33 -07:00
dcb
dccp inet: move ipv6only in sock_common 2014-07-01 23:46:21 -07:00
decnet
dns_resolver Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2014-06-11 16:02:55 -07:00
dsa net/dsa/dsa.c: remove unnecessary null test before kfree 2014-06-25 16:15:16 -07:00
ethernet
hsr net/hsr: Remove left-over never-true conditional code. 2014-07-11 15:04:40 -07:00
ieee802154 6lowpan: mac802154: fix coding style issues 2014-07-07 20:55:22 -07:00
ipv4 ipv4: remove the unnecessary variable in udp_mcast_next 2014-07-11 14:08:17 -07:00
ipv6 net: ipv6: Use BUG_ON 2014-07-11 15:06:38 -07:00
ipx
irda trivial: net/irda/irlmp.c: Fix closing brace followed by if 2014-06-23 15:04:33 -07:00
iucv
key
l2tp
lapb
llc
mac80211 mac80211: use chanctx reservation for STA CSA 2014-06-25 18:06:20 +02:00
mac802154 mac802154: at86rf230: add hw flags and merge ops 2014-07-07 21:29:24 -07:00
mpls
netfilter netfilter: nf_nat: fix oops on netns removal 2014-06-16 13:58:54 +02:00
netlabel
netlink netlink: Fix do_one_broadcast() prototype. 2014-07-07 20:52:49 -07:00
netrom
nfc net: add __pskb_copy_fclone and pskb_copy_for_clone 2014-06-11 15:38:02 -07:00
openvswitch vxlan: Call udp_flow_src_port 2014-07-07 21:14:21 -07:00
packet
phonet
rds Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00
rfkill
rose
rxrpc
sched net: fix some typos in comment 2014-07-01 14:20:32 -07:00
sctp net: sctp: Inline the functions from command.c 2014-07-08 14:38:48 -07:00
sunrpc NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support 2014-06-24 18:46:58 -04:00
tipc tipc: fix a memleak when sending data 2014-07-08 16:10:01 -07:00
unix Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-06-12 14:27:40 -07:00
vmw_vsock
wimax
wireless cfg80211: remove channel_switch combination check 2014-06-25 18:06:20 +02:00
x25
xfrm
compat.c
Kconfig
Makefile
nonet.c
socket.c
sysctl_net.c